Hi,

still in the process of building an Input Connection Filter I noticed something wrong with all Connection Filter examples I could find (including HTTPHeadersFixup), in case the connection is instructed to be kept open with 'Connection: Keep-Alive', several requests will be run through the same instance of the filter, therefore it is not possible to safely ignore the possible body of a POST (or DAV) request. One must keep track of Content-Length and only ignore body if 'Connection: close' was issued (as per RFC 2616).

Anybody else aware of that?

Mathias.

--
--  Informatique du Credit Mutuel  --  Systeme et Technologies Internet
--  32 rue Mirabeau -- Le Relecq-Kerhuon -- 29808 Brest Cedex 9, FRANCE
--  Tel +33298004653 - Fax +33298284005 - Mail [EMAIL PROTECTED]
--  Key Fingerprint: 8778 D2FD 3B4A 6B33 10AB  F503 63D0 ADAE 9112 03E4


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to