[squeak-dev] Re: [ANN] WebClient and WebServer 1.0 for Squeak

Alexander Lazarević laza at blobworks.com
Tue May 11 09:41:54 UTC 2010


2010/5/10 Andreas Raab <andreas.raab at gmx.de>:
> Thanks for testing. The issue should be fixed in the repository  in
> WebClient-Core-ar.18.

Thanks for looking into it. The issue seems to be fixed with
WebClient-Core-ar.18

I'm sure this is all due some mistake on my part, but with an updated
plain 4.1 image I have no trouble to use tinyproxy (on my linux
machine) or squid (corporate) as a proxy server. With WebClient
installed, only tinyproxy seems to work where squid will give me a bad
request error. I can't look into the squid log files, but can compare
the log of tinyproxy for a 4.1 image and one image that contains
WebClient:

With 4.1 image:
CONNECT   May 11 11:15:39 [1167]: Request (file descriptor 6): GET
http://source.squeak.org/trunk/?C=M;O=D HTTP/1.0

With image + WebClient:
CONNECT   May 11 11:16:25 [1171]: Request (file descriptor 6): GET
/trunk/?C=M;O=D HTTP/1.1
INFO      May 11 11:16:25 [1171]: process_request: trans Host GET
http://source.squeak.org:80/trunk/?C=M;O=D for 6

So maybe tinyproxy is doing the right thing and the squid proxy is mis
configured/broken. But I think it would be great if WebClient could
cope with such environments as well as the inferior HTTPSocket does.

Alex



More information about the Squeak-dev mailing list