mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Fix mt
PUBLISHED_FROM=6e33f546c4d096ef03103f6010124e5d568700b0
This commit is contained in:
parent
d4a8351464
commit
2efc859829
@ -3389,7 +3389,6 @@ static void spawn_handling_thread(struct mg_connection *nc) {
|
|||||||
*/
|
*/
|
||||||
c[1]->listener = nc->listener;
|
c[1]->listener = nc->listener;
|
||||||
c[1]->proto_handler = nc->proto_handler;
|
c[1]->proto_handler = nc->proto_handler;
|
||||||
c[1]->proto_data = nc->proto_data;
|
|
||||||
c[1]->user_data = nc->user_data;
|
c[1]->user_data = nc->user_data;
|
||||||
|
|
||||||
mg_start_thread(per_connection_thread_function, c[1]);
|
mg_start_thread(per_connection_thread_function, c[1]);
|
||||||
|
Loading…
Reference in New Issue
Block a user