Roland,
Make the following change in client_side.c to see if it works,
Before change:
static void
clientProcessRequest(clientHttpRequest * http)
{
...............
if (NULL != http->entry) {
...............
}
........
}
After change:
static void
clientProcessRequest(clientHttpRequest * http)
{
...............
if (NULL != http->entry && http->redirect.status == 0) {
...............
}
........
}
I wasn't able to find any solution to this problem without changing the
Squid source code. Let me know if it works in your case.
--Hai
-----Original Message-----
From: Roland Hänel [mailto:rh@ginko.net]
Sent: Tuesday, September 26, 2000 7:30 AM
To: hnguyen@websense.com
Subject: Re: [SQU] redirector output ignored
Hi,
I'm suffering from the above bug as well (cached sites to not get
redirected)
and wanted to ask if you found a solution in the meantime? I would be very
grateful to hear from you.
Thanks,
Roland
--- GINKO Gesellschaft für Internet-Kommunikation mbH Abteilung Technik Oligsbendengasse 12-14, 52070 Aachen (Germany) Tel: +49/0-241-4410-0 Web: www.ginko.net Fax: +49/0-241-4410-441 Mail: rh@ginko.net -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Sep 27 2000 - 10:42:29 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:30 MST