An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Maxim Dounin 0dee57d865 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.
2013-04-16 10:14:59 +00:00
auto Configure: fixed nginx.so rebuild (broken by r5145). 2013-04-10 17:07:44 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs Configure: unified nginx version computation constructs. 2013-03-28 08:47:25 +00:00
misc Configure: unified nginx version computation constructs. 2013-03-28 08:47:25 +00:00
src Request body: only read body in main request (ticket #330). 2013-04-16 10:14:59 +00:00
.hgtags release-1.3.15 tag 2013-03-26 13:03:14 +00:00