]> Cypherpunks repositories - gostls13.git/commit
doc/go1.7.html: net/http RFC 2616 conformation + timeoutHandler on empty body
authorEmmanuel Odeke <emm.odeke@gmail.com>
Mon, 20 Jun 2016 00:30:29 +0000 (17:30 -0700)
committerAndrew Gerrand <adg@golang.org>
Mon, 20 Jun 2016 00:54:17 +0000 (00:54 +0000)
commit153d31da1629facdc855ad0e4e91369ec2124ac7
treecd6a0760ef85c6bb71abaefe98dcd9957d2f4acb
parent691c5c156878799ec15683f10e24d9a924ea7996
doc/go1.7.html: net/http RFC 2616 conformation + timeoutHandler on empty body

- Mention RFC 2616 conformation in which the server now only sends one
"Transfer-Encoding" header when "chunked" is explicitly set.
- Mention that a timeout handler now sends a 200 status code on
encountering an empty response body instead of sending back 0.

Change-Id: Id45e2867390f7e679ab40d7a66db1f7b9d92ce17
Reviewed-on: https://go-review.googlesource.com/24250
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go1.7.html