Re: [us...@httpd] Fixed Content-Length using mod_ext_filter in mode=input

2009-02-06 Thread Cris Webea
. Many thanks, Cris. --- El jue 5-feb-09, Nick Kew escribió: > De: Nick Kew > Asunto: Re: [us...@httpd] Fixed Content-Length using mod_ext_filter in > mode=input > Para: users@httpd.apache.org > Fecha: jueves, 5 de febrero de 2009, 3:23 pm > On Thu, 5 Feb 2009 09:59:48 -0800

[us...@httpd] Fixed Content-Length using mod_ext_filter in mode=input

2009-02-05 Thread Cris Webea
Hi, I wrote an input filter using mod_ext_filter. In the filter "implementation" I get the post data (from stdin) and modify it (to stdout) with no issues.. However, after changing the post data, the Content-Length of the request still has the original value. For instance: Original post dat