nginx/src
Dmitry Volyntsev 87aaac4ac5 Stream: postpone session initialization under accept mutex.
Previously, it was possible that some system calls could be
invoked while holding the accept mutex.  This is clearly
wrong as it prevents incoming connections from being accepted
as quickly as possible.
2016-09-06 21:28:13 +03:00
..
core Thread pools: create threads in detached state. 2016-08-15 05:52:04 -07:00
event Event pipe: do not set file's thread_handler if not needed. 2016-09-01 20:05:23 +03:00
http Realip: fixed uninitialized memory access. 2016-09-01 14:33:51 +03:00
mail Fixed wrong type of the "line" field. 2016-08-18 17:13:07 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
os Always seed PRNG with PID, seconds, and milliseconds. 2016-08-04 23:43:10 +03:00
stream Stream: postpone session initialization under accept mutex. 2016-09-06 21:28:13 +03:00