Commit aff8a316 authored by Chunchi Che's avatar Chunchi Che

fix small

parent 187a7e4b
Pipeline #18616 passed with stages
in 7 minutes and 29 seconds
......@@ -2541,7 +2541,7 @@
// 客户端到服务端(ctos)协议分析
client.pre_establish_buffers = new Array();
dataHandler = async function(ctos_buffer) {
log.info(logPrefix, `client_name=${client.name}`, `stoc_proto=${ctos_buffer[2]}`, "ctos data:", ctos_buffer);
log.info(logPrefix, `client_name=${client.name}`, `ctos_proto=${ctos_buffer[2]}`, "ctos data:", ctos_buffer);
var bad_ip_count, buffer, ctos_filter, handle_data, j, l, len, len1, preconnect, ref, ref1, room;
if (client.is_post_watcher) {
room = ROOM_all[client.rid];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment