mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Properly populate mg_connection.sa field
PUBLISHED_FROM=a305c720aee1b159847e10c962b6de7fe08bc787
This commit is contained in:
parent
b35657814c
commit
4658194d08
@ -2399,6 +2399,7 @@ static struct mg_connection *accept_conn(struct mg_connection *ls) {
|
||||
c->proto_handler = ls->proto_handler;
|
||||
c->user_data = ls->user_data;
|
||||
c->recv_mbuf_limit = ls->recv_mbuf_limit;
|
||||
c->sa = sa;
|
||||
if (c->ssl == NULL) { /* SSL connections need to perform handshake. */
|
||||
mg_call(c, MG_EV_ACCEPT, &sa);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user