]> git.kaiwu.me - nginx.git/commit
Stream: allow using the session context inside handlers.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 6 Sep 2016 18:28:17 +0000 (21:28 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 6 Sep 2016 18:28:17 +0000 (21:28 +0300)
commit41e7bda773bd21e7a6991cea22d9931b9be45090
treedacc459c44930f2cc6ffbf86cab7997fb71f547c
parent7336c4008ff2271f3cf199ba34dffe5e68797c25
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.
src/stream/ngx_stream_handler.c