mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-02 20:05:24 +08:00
Remove debug that slipped into prod code
PUBLISHED_FROM=7bacb1af60e85e4ed56a600fa3d1dbba1679db59
This commit is contained in:
parent
e5da7440d7
commit
69f810febc
@ -1666,7 +1666,7 @@ static void mg_destroy_conn(struct mg_connection *conn, int destroy_if) {
|
||||
}
|
||||
|
||||
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_if_destroy_conn(conn);
|
||||
mg_call(conn, NULL, MG_EV_CLOSE, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user