]> Cypherpunks repositories - gostls13.git/commit
net/http: expand documentation of Server.MaxHeaderBytes
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 30 Apr 2016 22:29:28 +0000 (17:29 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 30 Apr 2016 23:36:35 +0000 (23:36 +0000)
commit38cfaa5f0ac1e8b9c7528649f01e4b0edcd4a788
treedb054ab2b4d4e7ba62de9f9ce42ea175021c6790
parent4e0cd1eeef419b221fda3dd3966be71095f0b4ce
net/http: expand documentation of Server.MaxHeaderBytes

Clarify that it includes the RFC 7230 "request-line".

Fixes #15494

Change-Id: I9cc5dd5f2d85ebf903229539208cec4da5c38d04
Reviewed-on: https://go-review.googlesource.com/22656
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/server.go