PUBLISHED_FROM=6e33f546c4d096ef03103f6010124e5d568700b0
This commit is contained in:
Alexander Alashkin 2016-08-15 18:03:25 +02:00 committed by Cesanta Bot
parent d4a8351464
commit 2efc859829

View File

@ -3389,7 +3389,6 @@ static void spawn_handling_thread(struct mg_connection *nc) {
*/
c[1]->listener = nc->listener;
c[1]->proto_handler = nc->proto_handler;
c[1]->proto_data = nc->proto_data;
c[1]->user_data = nc->user_data;
mg_start_thread(per_connection_thread_function, c[1]);