parent
1943f3d49a
commit
fc8c6f8ebc
|
|
@ -281,7 +281,8 @@ static void client_sock_read(int sock, short event, void *arg)
|
||||||
logWarning("file: "__FILE__", line: %d, "
|
logWarning("file: "__FILE__", line: %d, "
|
||||||
"client ip: %s, recv timeout. "
|
"client ip: %s, recv timeout. "
|
||||||
"after the connection is established, "
|
"after the connection is established, "
|
||||||
"you must send a request before %ds timeout",
|
"you must send a request before %ds timeout, "
|
||||||
|
"maybe connections leak in you application.",
|
||||||
__LINE__, pTask->client_ip, g_fdfs_network_timeout);
|
__LINE__, pTask->client_ip, g_fdfs_network_timeout);
|
||||||
task_finish_clean_up(pTask);
|
task_finish_clean_up(pTask);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -212,7 +212,8 @@ static void client_sock_read(int sock, short event, void *arg)
|
||||||
logWarning("file: "__FILE__", line: %d, "
|
logWarning("file: "__FILE__", line: %d, "
|
||||||
"client ip: %s, recv timeout. "
|
"client ip: %s, recv timeout. "
|
||||||
"after the connection is established, "
|
"after the connection is established, "
|
||||||
"you must send a request before %ds timeout",
|
"you must send a request before %ds timeout, "
|
||||||
|
"maybe connections leak in you application.",
|
||||||
__LINE__, pTask->client_ip, g_fdfs_network_timeout);
|
__LINE__, pTask->client_ip, g_fdfs_network_timeout);
|
||||||
task_finish_clean_up(pTask);
|
task_finish_clean_up(pTask);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue