1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:40:09 -07:00

doc/go1.7.html: don't mention obsolete RFC

Change-Id: Ia978c10a97e4c24fd7cf1fa4a7c3bd886d20bbf8
Reviewed-on: https://go-review.googlesource.com/24241
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Mikio Hara 2016-06-20 10:40:07 +09:00 committed by Andrew Gerrand
parent 153d31da16
commit 20fd1bb8bd

View File

@ -857,7 +857,7 @@ status <code>005</code>, not just <code>5</code>.
<p>
The server implementation now correctly sends only one "Transfer-Encoding" header when "chunked"
is set explicitly, following <a href="https://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616</a>.
is set explicitly, following <a href="https://tools.ietf.org/html/rfc7230#section-3.3.1">RFC 7230</a>.
</p>
<p>