]> Cypherpunks repositories - gostls13.git/commit
net/http: remove badStringError, make some unexported structs non-comparable
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Apr 2020 16:03:55 +0000 (09:03 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 1 May 2020 05:30:49 +0000 (05:30 +0000)
commitb8fd3cab3944d5dd5f2a50f3cc131b1048897ee1
tree048d5c6acfed8c3a7204540fc9ad225c079ea0e5
parente1d16843bdbf85c99bc963b7a343cbffa047e378
net/http: remove badStringError, make some unexported structs non-comparable

Reduces binary size by 4K, not counting the http2 changes (in CL
231119) that'll be bundled into this package in the future.

Updates golang/go#38782

Change-Id: Id360348707e076b8310a8f409e412d68dd2394b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/231118
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/http/http.go
src/net/http/proxy_test.go
src/net/http/request.go
src/net/http/response.go
src/net/http/server.go
src/net/http/transfer.go
src/net/http/transfer_test.go
src/net/http/transport.go