***News***: After some days and headaches, I figured out that this problem occurs only on my local machine running IE (6 or 7) on Windows Server 2003 accessing Debian Linux (sarge or etch) on a virtual machine at the same computar (using vmware) with apache 2.2.3-4 or 2.2.8.
It does not happen on my production apache server. I still have no idea why above configuration causes this strange behaviour...but the problem seems not so important now! On 2/15/08, Brian Smith <[EMAIL PROTECTED]> wrote: > > Jarek Kucypera wrote: > > ap_get_brigade is designed to be used in input filters. > > If you want read request data in your content handler, you > > must use ap_should_client_block and ap_get_client_block. > > There are lots of modules that ship with Apache that are using > ap_get_brigade, and the source code for ap_get_client_block specifically > warns against using ap_get_client_block. So, I believe the above is not > true. > > - Brian > >
