]> Cypherpunks.ru repositories - gostls13.git/commit
net/http: add MaxBytesError
authorCarl Johnson <me@carlmjohnson.net>
Mon, 28 Mar 2022 17:02:43 +0000 (17:02 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 25 Apr 2022 23:36:50 +0000 (23:36 +0000)
commita5d61be040ed20b5774bff1b6b578c6d393ab332
tree1a52f1772e17fd02c9da4d7d7d279d76ed472d62
parent892cd0b63638ec856e6fef1bdaaa20a177695fea
net/http: add MaxBytesError

Fixes #30715

Change-Id: Ia3712d248b6dc86abef71ccea6e705a571933d53
GitHub-Last-Rev: 6ae68402a5a7c57f7f18e945d48c69ba2b134078
GitHub-Pull-Request: golang/go#49359
Reviewed-on: https://go-review.googlesource.com/c/go/+/361397
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/30715.txt [new file with mode: 0644]
src/net/http/request.go
src/net/http/serve_test.go