mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
resume_suspended_connections(): update states of connection after resuming
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
Thu May 11 22:37:00 MSK 2017
|
||||
Faster start really processing data in resumed connections. -EG
|
||||
|
||||
Thu May 11 14:24:00 MSK 2017
|
||||
Do not add any "Connection" headers for "upgrade" connections. -EG
|
||||
|
||||
|
||||
@@ -2901,6 +2901,9 @@ resume_suspended_connections (struct MHD_Daemon *daemon)
|
||||
pos->epoll_state &= ~MHD_EPOLL_STATE_SUSPENDED;
|
||||
}
|
||||
#endif
|
||||
/* Process response queued during suspend and update states. */
|
||||
if (!used_thr_p_c)
|
||||
MHD_connection_handle_idle (pos);
|
||||
}
|
||||
#ifdef UPGRADE_SUPPORT
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user