nginx/src
Roman Arutyunyan 17066ac860 Process events posted by ngx_close_idle_connections() immediately.
Previously, if an event was posted by a read event handler, called by
ngx_close_idle_connections(), that event was not processed until the next
event loop iteration, which could happen after a timeout.
2022-11-18 19:31:38 +04:00
..
core Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp(). 2022-11-08 12:48:21 +03:00
event SSL: removed cast not needed after 5ffd76a9ccf3. 2022-10-13 16:18:56 +04:00
http SSI: handling of subrequests from other modules (ticket #1263). 2022-11-21 17:01:34 +03:00
mail Increased maximum read PROXY protocol header size. 2022-11-02 13:46:16 +04:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Process events posted by ngx_close_idle_connections() immediately. 2022-11-18 19:31:38 +04:00
stream Increased maximum read PROXY protocol header size. 2022-11-02 13:46:16 +04:00