diff src/http/ngx_http_write_filter_module.c @ 5174:f458156fd46a

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 16 Apr 2013 10:14:59 +0000
parents ed576bd1d9c0
children 06fbbde04098
line wrap: on
line diff