]> Cypherpunks repositories - gostls13.git/commit
net/http: document and deprecate type and errors of type ProtocolError
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Nov 2016 22:12:50 +0000 (22:12 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Nov 2016 22:56:29 +0000 (22:56 +0000)
commit63224cab54055eaf1b3af62f3acaf64ff304316c
tree8643dccfff800a2f8afbf20c2788ceddf7198d75
parent41027cc460b8db8fe2c23fa6fb97eb1ddab44799
net/http: document and deprecate type and errors of type ProtocolError

Clean up & document the ProtocolError gunk.

Fixes #17558

Change-Id: I5e54c25257907c9cac7433f7a5bdfb176e8c3eee
Reviewed-on: https://go-review.googlesource.com/33096
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/http/httputil/persist.go
src/net/http/request.go