]> git.kaiwu.me - nginx.git/commit
Upstream: posted requests handling after ssl handshake errors.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 23 Aug 2013 18:18:46 +0000 (22:18 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 23 Aug 2013 18:18:46 +0000 (22:18 +0400)
commit73ec75a9744486c60255eeed278a5170a5ac80fe
treea82fc81908b088227fb4fec3491c5f7b46ee8a28
parent0f49681f28139fabeb0da90f98129532221d5b0d
Upstream: posted requests handling after ssl handshake errors.

Missing call to ngx_http_run_posted_request() resulted in a main request hang
if subrequest's ssl handshake with an upstream server failed for some reason.

Reported by Aviram Cohen.
src/http/ngx_http_upstream.c