]> git.kaiwu.me - nginx.git/commit
SPDY: fixed request hang with the auth request module.
authorValentin Bartenev <vbart@nginx.com>
Mon, 11 Nov 2013 14:49:35 +0000 (18:49 +0400)
committerValentin Bartenev <vbart@nginx.com>
Mon, 11 Nov 2013 14:49:35 +0000 (18:49 +0400)
commitdf2fc6a9df06dcf334000a66c1173413883e1aba
tree45a0b421359292d3a90f49e0bafffab918b0d9ca
parentfa407776111259b1138545e92ff8b428963369c5
SPDY: fixed request hang with the auth request module.

We should just call post_handler() when subrequest wants to read body, like
it happens for HTTP since rev. f458156fd46a.  An attempt to init request body
for subrequests results in hang if the body was not already read.
src/http/ngx_http_request_body.c