Hii,
It does work with GET aa/n/n but not with aa/n/n, i had problem with
alteon squid fail over, now its fine and thank you for your valuable reply.
thanks,
anuj shrestha
Amos Jeffries wrote:
anujstha@xxxxxxxxxxxx wrote:
hiii,
i m using squid Version 3.0.STABLE9, while i telnet on the squid
box then it
only shows
[zodiac@log ~] % telnet proxy1.zodiac.com.np 80
Trying 202.79.40.131...
Connected to proxy1.zodiac.com.np.
Escape character is '^]'.
it doesn't send any bad error as older squid did.
You don't appear to have typed anything there.
In the test below you type "aa\n" and squid tells you it doesn't
understand the request.
3.0 still assumes the same as 2.5 did that you were trying something
for HTTP/0.9. and waits for something it can understand. The minimum
to get an error is "\n\n".
[anujstha@log ~] % telnet proxy3.wlink.com.np 80
Trying 202.79.62.13...
Connected to proxy3.wlink.com.np.
Escape character is '^]'.
aa
HTTP/1.0 400 Bad Request
Server: squid/2.6.STABLE14
Date: Sun, 02 Nov 2008 05:52:43 GMT
Content-Type: text/html
Content-Length: 1209
Expires: Sun, 02 Nov 2008 05:52:43 GMT
X-Squid-Error: ERR_INVALID_REQ 0
X-Cache: MISS from proxy3.wlink.com.np
X-Cache-Lookup: NONE from proxy3.wlink.com.np:3128
Via: 1.0 proxy3.wlink.com.np:3128 (squid/2.6.STABLE14)
Proxy-Connection: close
<snip>
Amos