commit | f013f1fe6d0f55de15765c7cc7a90ad6e710957c | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Sun Jun 09 13:20:33 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Sun Jun 09 13:20:33 2013 -0400 |
tree | 01b18cd857401adec22d219835774f878e4cced4 | |
parent | 8108b4b39d48adc215aef77f5ed6428a2efde0c9 [diff] |
go.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. R=golang-dev CC=golang-dev https://golang.org/cl/10134044