Commit e023d5b0 authored by Tobias Klauser's avatar Tobias Klauser Committed by Tobias Klauser

net/http: fix typo in comment

Change-Id: Ibb21c12bf67b2648eb7606bee8ec1b54e6c70dd5
Reviewed-on: https://go-review.googlesource.com/115237Reviewed-by: default avatarAlberto Donizetti <alb.donizetti@gmail.com>
parent 7d704a97
...@@ -231,7 +231,7 @@ const ( ...@@ -231,7 +231,7 @@ const (
socksAuthMethodNotRequired socksAuthMethod = 0x00 // no authentication required socksAuthMethodNotRequired socksAuthMethod = 0x00 // no authentication required
socksAuthMethodUsernamePassword socksAuthMethod = 0x02 // use username/password socksAuthMethodUsernamePassword socksAuthMethod = 0x02 // use username/password
socksAuthMethodNoAcceptableMethods socksAuthMethod = 0xff // no acceptable authetication methods socksAuthMethodNoAcceptableMethods socksAuthMethod = 0xff // no acceptable authentication methods
socksStatusSucceeded socksReply = 0x00 socksStatusSucceeded socksReply = 0x00
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment