|
|||||||||||
|
Re: A problem with the CORE filter and tunnelling
From: Greg Stein <gstein(at)lyra.org>
Date: Mon Apr 09 2001 - 01:48:07 EDT 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,
-- Greg Stein, http://www.lyra.org/Received on Mon Apr 09 05:45:54 2001 This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:53:15 EDT |
||||||||||
|
|||||||||||