Skip to content

Commit 4acb305

Browse files
cixtorbradfitz
authored andcommitted
net/http: replace SOCKS client implementation
This change replaces the vendored socks client implementation with the bundle of golang.org/x/net/internal/socks package which contains fixes for 19354 and 11682. golang.org/x/net/internal/socks becomes socks_bundle.go. At git rev 61147c4. (golang.org/cl/38278) Updates #11682. Updates #18508. Updates #19354. Fixes #19688. Updates #21333. Change-Id: I8cf6c3f5eb87c24685a7592be015729f84fbed77 Reviewed-on: https://go-review.googlesource.com/41031 Run-TryBot: Mikio Hara <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 62f0127 commit 4acb305

File tree

10 files changed

+437
-693
lines changed

10 files changed

+437
-693
lines changed

src/go/build/deps_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ var pkgDeps = map[string][]string{
403403
"golang_org/x/net/http2/hpack",
404404
"golang_org/x/net/idna",
405405
"golang_org/x/net/lex/httplex",
406-
"golang_org/x/net/proxy",
407406
"golang_org/x/text/unicode/norm",
408407
"golang_org/x/text/width",
409408
"internal/nettrace",

0 commit comments

Comments
 (0)