nginx/src
Dmitry Volyntsev 41e7bda773 Stream: allow using the session context inside handlers.
Previously, it was not possible to use the stream context
inside ngx_stream_init_connection() handlers.  Now, limit_conn,
access handlers, as well as those added later, can create
their own contexts.
2016-09-06 21:28:17 +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: allow using the session context inside handlers. 2016-09-06 21:28:17 +03:00