Commit 69f810fe authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Remove debug that slipped into prod code

PUBLISHED_FROM=7bacb1af60e85e4ed56a600fa3d1dbba1679db59
parent e5da7440
...@@ -1666,7 +1666,7 @@ static void mg_destroy_conn(struct mg_connection *conn, int destroy_if) { ...@@ -1666,7 +1666,7 @@ static void mg_destroy_conn(struct mg_connection *conn, int destroy_if) {
} }
void mg_close_conn(struct mg_connection *conn) { void mg_close_conn(struct mg_connection *conn) {
LOG(LL_INFO, ("%p %lu %d", conn, conn->flags, conn->sock)); DBG(("%p %lu %d", conn, conn->flags, conn->sock));
mg_remove_conn(conn); mg_remove_conn(conn);
mg_if_destroy_conn(conn); mg_if_destroy_conn(conn);
mg_call(conn, NULL, MG_EV_CLOSE, NULL); mg_call(conn, NULL, MG_EV_CLOSE, NULL);
......
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