K 10 svn:author V 8 cperciva K 8 svn:date V 27 2005-08-09T03:32:29.000000Z K 7 svn:log V 337 When parsing the HTTP_PROXY environment variable, strip a trailing / from the port number (if any exists). This unbreaks env HTTP_PROXY="http://localhost:3128/" portsnap fetch While I'm here, list both the host and the port in the error message output if getaddrinfo() fails, since either of them could be responsible for the failure. END