http_in filter question

2009-03-21 Thread Torsten Foertsch
Hi, the http_in filter (ap_http_filter) uses an eos_sent flag in its context. This flag is set each time an eos bucket is sent except for one case: /* If we have no more bytes remaining on a C-L request, * save the callter a roundtrip to discover EOS. */ if (ctx-state ==

Re: http_in filter question

2009-03-21 Thread Ruediger Pluem
On 03/21/2009 04:20 PM, Torsten Foertsch wrote: Hi, the http_in filter (ap_http_filter) uses an eos_sent flag in its context. This flag is set each time an eos bucket is sent except for one case: /* If we have no more bytes remaining on a C-L request, * save the callter a