Skip Menu |

This queue is for tickets about the HTTP-Proxy CPAN distribution.

Report information
The Basics
Id: 42014
Status: new
Priority: 0/
Queue: HTTP-Proxy

People
Owner: Nobody in particular
Requestors: jason [...] attributor.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Issue with version 20.1 and response filters not firing for chunked transfer responses
Date: Sun, 28 Dec 2008 20:01:01 -0800
To: bug-HTTP-Proxy [...] rt.cpan.org
From: Jason Venner <jason [...] attributor.com>
In our code we: $proxy->push_filter( 'request' => $header_filter, 'response' => $response_filter ); We the response filter is called for all responses except those that are transfer chunked: Transfer-Encoding: chunked Is this a known issue or a user issue? Thank you.