this patch fixes a bug in some proxies which erroneously don't handle CRLF properly when taking proxy requests. by passing '-w 1' the http requests will be postfixed with just "\r", and by passing '-w 2' they will use "\n" (the latter is more commonly the problem). this may also work around some ACL restrictions in common proxies.
patch to specify crlf variant