Search squid archive

RE: Yet Another "Can't Open Website"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tis 2007-01-09 klockan 13:20 -0500 skrev Dave Rhodes:
> Henrik,
> Since applying the patch, I have found several broken websites.  The
> response from these servers changed from TCP_MISS/200 to TCP_MISS/100.
> After backing out the patch, the servers work again.  One notable site
> is www.barnesandnoble.com.  It works until you try to add something to
> your cart.  The other site is an internal site here that you would not
> be able to test from outside.  In that case, when a search string is
> entered, the TCP_MISS/100 shows up in the logs.

Ok. Was a bit afraid of that. As I said the patch is designed for a
slightly different problem. The patch tries to work around 100 Continue
by not advertising support for it, but...

The sites should not fail like this with the current patch I think, but
there is many servers doing things they should not and getting away with
it normally..

If the site works fine without the patch then it's possible to modify
the patch slightly to make sure what worked before continues working. In
http.c change


    memBufPrintf(mb, "%s %s HTTP/1.1\r\n",

back into the original

    memBufPrintf(mb, "%s %s HTTP/1.0\r\n",

and sites which did work before applying the patch should continue
working.

Regards
Henrik

Attachment: signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux