Sergey Nasedkin wrote:
> Help me please.I see in log files:
> squid [220] clientSendMoreData: Deferring http://www.dosug.nu/dosug/klub.htm
This can be ignored unless your Squid is crashing related to it. Is is
one of your clients using HTTP pipelining.
If you are very annoyed by the message, or Squid crashes in ways which
seems to be related to this, then edit src/client_side.c to read
if (nrequests >= 1) {
(>= 2 is the default)
> squid[220] urlParse: URI has whitespace:
> {http://channels.real.com:80/getlatest.glh? PV6.0.6.45&OS=WIN&L=en-US, en,
> *&LID=1033
Spaces is not allowed in URLs.
If you want to bend the rules and allow Squid to pass URLs with spaces
in them, then edit your squid.conf to read
uri_whitespace pass
See squid.conf comments for more details. (but avoid the encode setting
for now due to bugs in it).
-- Henrik Nordstrom Spare time Squid hackerReceived on Wed Sep 22 1999 - 16:29:26 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:31 MST