Descriptiongo.net/proxy: fix SOCSK5 user/pass auth.
The code was using the SOCKS version number (5) where it should have been using the username/password protocol version number (1).
With this change, username/password authentication actually works.
Patch Set 1 #Patch Set 2 : diff -r cdb33701d523 https://code.google.com/p/go.net/ #Patch Set 3 : diff -r cdb33701d523 https://code.google.com/p/go.net/ #Patch Set 4 : diff -r cdb33701d523 https://code.google.com/p/go.net/ #MessagesTotal messages: 3
|