From a5d61be040ed20b5774bff1b6b578c6d393ab332 Mon Sep 17 00:00:00 2001 From: Carl Johnson Date: Mon, 28 Mar 2022 17:02:43 +0000 Subject: 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 Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Reviewed-by: Damien Neil TryBot-Result: Gopher Robot --- api/next/30715.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api/next/30715.txt (limited to 'api/next/30715.txt') diff --git a/api/next/30715.txt b/api/next/30715.txt new file mode 100644 index 0000000000..077a8d136f --- /dev/null +++ b/api/next/30715.txt @@ -0,0 +1,3 @@ +pkg net/http, type MaxBytesError struct #30715 +pkg net/http, type MaxBytesError struct, Limit int64 #30715 +pkg net/http, method (*MaxBytesError) Error() string #30715 -- cgit v1.2.3-54-g00ecf