commit | f0005146b560a22fb5b42a03eec9030c9632dd5e | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Tue Sep 06 21:28:13 2016 +0300 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Tue Sep 06 21:28:13 2016 +0300 |
tree | 0411bf4dcd383f7b71fb0e80625221d1ec206f76 | |
parent | 7452033823a483439efa2af89d8686a046ded19c [diff] |
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.