mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
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