On Mon, Sep 14, 2009 at 03:45:36AM -0700, Hank A. Paulson wrote:
> Yes, I have httpclose everywhere since I forgot it once.
>
> Doing some testing and it seems to freak out when I do
>
> reqidel Accept
This is a very dangerous thing to do, as this will remove any
line containing the word "Accept", possibly including the
request line. If you want to remove the "Accept" header and
only this one, prefix its name with "^" and suffix it with a
colon :
reqidel ^Accept:
> or something like that, I made a bunch of changes and now it is working but
> there is something about one of the Accept regexes that it didnt seem to
> like. I am not sure why.
probably something related to the issue above.
Regards,
Willy