Re: [Rabbit-proxy-users] Unable to open certain sites.
Brought to you by:
ernimril
|
From: Robert O. <ro...@kh...> - 2004-04-16 20:06:49
|
Samuel Hill wrote: >Even if I specify to not cache and not filter .js I still cannot get >Rabbit to open the following pages. > >www.excite.com >http://www.247realmedia.com/index.html > > Ok, I have found something. www.excite.com sends some broken http. More specifically it sends a header that looks like: Cache-control: must-revalidate" (notice the quote character at the end!). This causes rabbit to try to fill up the string so it reads the next line and appends that until it can match an even number of quotes. This does not happen for this page.... Attached is a patch that ignores appending http headers unless rabbit is run in strict mode. With this patch both of the given sites seems to load correct (as far as I can tell). /robo |