Remove some debug code

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2018-02-25 09:26:16 +08:00
parent 50eb1ba3e3
commit f88387063e
1 changed files with 0 additions and 2 deletions

View File

@ -562,8 +562,6 @@ void uh_accept_client(struct uh_server *srv, bool ssl)
cl->get_header = client_get_header;
cl->get_body = client_get_body;
uh_log_debug("new connection: %s:%d", cl->get_peer_addr(cl), addr.sin_port);
return;
err:
close(sfd);