mirror of https://github.com/golang/go.git
net/http: fix typo in comment
Change-Id: Ibb21c12bf67b2648eb7606bee8ec1b54e6c70dd5 Reviewed-on: https://go-review.googlesource.com/115237 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
This commit is contained in:
parent
7d704a9760
commit
e023d5b0ac
|
|
@ -231,7 +231,7 @@ const (
|
|||
|
||||
socksAuthMethodNotRequired socksAuthMethod = 0x00 // no authentication required
|
||||
socksAuthMethodUsernamePassword socksAuthMethod = 0x02 // use username/password
|
||||
socksAuthMethodNoAcceptableMethods socksAuthMethod = 0xff // no acceptable authetication methods
|
||||
socksAuthMethodNoAcceptableMethods socksAuthMethod = 0xff // no acceptable authentication methods
|
||||
|
||||
socksStatusSucceeded socksReply = 0x00
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue