]> git.kaiwu.me - nginx.git/commit
Request body: only read body in main request (ticket #330).
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 16 Apr 2013 10:14:59 +0000 (10:14 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 16 Apr 2013 10:14:59 +0000 (10:14 +0000)
commit0dee57d86561d86388d28f9ad0e470bebba48c0d
treee9082738f14552593d6c9230a02714dc077be249
parent7ea00fb58cd22dc58ac7491b38f0aa6c0df50879
Request body: only read body in main request (ticket #330).

Before 1.3.9 an attempt to read body in a subrequest only caused problems
if body wasn't already read or discarded in a main request.  Starting with
1.3.9 it might also cause problems if body was discarded by a main request
before subrequest start.

Fix is to just ignore attempts to read request body in a subrequest, which
looks like right thing to do anyway.
src/http/ngx_http_request_body.c