We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655a4e1 commit 1afe010Copy full SHA for 1afe010
src/net/http/server.go
@@ -1763,7 +1763,6 @@ func (c *conn) serve(ctx context.Context) {
1763
// while they're still writing their
1764
// request. Undefined behavior.
1765
const publicErr = "431 Request Header Fields Too Large"
1766
- c.server.logf("http: %s", publicErr)
1767
fmt.Fprintf(c.rwc, "HTTP/1.1 "+publicErr+errorHeaders+publicErr)
1768
c.closeWriteAndWait()
1769
return
@@ -1777,7 +1776,6 @@ func (c *conn) serve(ctx context.Context) {
1777
1776
publicErr = publicErr + ": " + string(v)
1778
}
1779
1780
1781
1782
1783
0 commit comments