On Fri, 20 Feb 2004, Deepa D wrote: > Hi All, > Using strace I have noticed the following problem > :- > For the mentioned url, I get the HTTP/1.0 204 > response at one time. But when the sam request is > given again, the request is serviced and the page > displays properly. > read(16, "GET http://www.google.com/url?sa"..., > 4095) = 674 > write(6, "http://www.google.com/url?sa=T&s"..., 121) = > 121 > read(6, "\n\n", 8192) = 2
I asked you to strace the redirector, not Squid. as for the 204 question, see output of ngrep or other network sniffer to see if the traffic between Squid and the server differs in any way between the two requests. But what can be said is that in the above the URL is sent correctly to the redirector (the write 6, ...) and if this got logged as a malformed URL by your redirector then the redirector is broken. Regards Henrik
