commit | df2fc6a9df06dcf334000a66c1173413883e1aba | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Mon Nov 11 18:49:35 2013 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Mon Nov 11 18:49:35 2013 +0400 |
tree | 45a0b421359292d3a90f49e0bafffab918b0d9ca | |
parent | fa407776111259b1138545e92ff8b428963369c5 [diff] |
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.