commit | 95e921e3f3aa062794f4aff1c96b862ece2515ec | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Tue Sep 06 21:28:17 2016 +0300 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Tue Sep 06 21:28:17 2016 +0300 |
tree | dacc459c44930f2cc6ffbf86cab7997fb71f547c | |
parent | 4e771562c5f4aacfe755773e539f099b692b05e2 [diff] |
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.