Re: [PATCH]: mod_logio.c: Feedback sought

2002-09-13 Thread Bojan Smojver
By searching the web for apr_brigade_length() I bumped into this page: http://www.zend.com/lists/php-dev/200206/msg00467.html apr_brigade_length() seems to be used there, most likely successfully. Interesting... Bojan Quoting Justin Erenkrantz [EMAIL PROTECTED]: On Fri, Sep 13, 2002 at

Re: [PATCH]: mod_logio.c: Feedback sought

2002-09-13 Thread Bojan Smojver
Actually, I told a lie there. If there is a header Content-Length in the request, and there is a body, the mod_logio input filter will return correct length of the body, without the headers. Looking at the example of APACHECON_IN filter, I noticed a hook that puts the filter just after the

Re: [PATCH]: mod_logio.c: Feedback sought

2002-09-12 Thread Justin Erenkrantz
On Fri, Sep 13, 2002 at 10:23:02AM +1000, Bojan Smojver wrote: This is what I came up so far, but I've hit a problem along the way. No matter what I do (or should I say, whatever I tried to do so far :-), the number of input bytes is zero (HTTP/1.1) or not even calculated (HTTP/1.0). The