On Tue, 17 Aug 2010 12:51:58 -0700 (PDT) Peter Janovsky <[email protected]> wrote:
> 1. if i modify the response headers before the subrequest is performed they > appear correct within the response > 2. if i modify the response headers after the subrequest is performed they > DO > NOT appear correct within the response Is the subrequest sending any kind of data to the client? If so, it'll trigger sending the response headers. > i'm using "chunked transfer-encoding" You may be reinventing that wheel: Apache will do it for you if your response spans more than one brigade and doesn't have a Content-Length. FWIW, this question might be better-suited to the modules-dev list. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
