]> git.kaiwu.me - nginx.git/commit
Disabled connection reuse while in SSL handshake.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 27 Feb 2020 16:03:21 +0000 (19:03 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 27 Feb 2020 16:03:21 +0000 (19:03 +0300)
commitf909a7dc331621a8638ea46056e437b8be1496da
tree24979d3b8ee60821314fffbe632cc58c259e79cc
parent37984f0be1a5d608015517a64927d498888fb7ca
Disabled connection reuse while in SSL handshake.

During SSL handshake, the connection could be reused in the OCSP stapling
callback, if configured, which subsequently leads to a segmentation fault.
src/http/ngx_http_request.c