On Sun, Apr 08, 2001 at 06:01:32PM +0200, Graham Leggett wrote: >... > The trouble is that being a tunnel, the CONNECT module handles all it's > own data transfer using APR. (None of the filters should be touching the > data, so they are bypassed). Once the connection is finished, the CORE > filter suddenly jumps in and tacks the as-unsent HTTP/1.1 response line > to the end of the request, like this:
Actually, it sounds like you've got the HTTP_HEADER filter in there. It is the one which sends the headers. In this particular case, I'd guess that an EOS bucket comes along and the HTTP_HEADER filter pops the headers into the output. I'd say that you want to remove the HTTP_HEADER filter, or keep it in and make sure it has the data to operate properly. Cheers, -g -- Greg Stein, http://www.lyra.org/
