-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net/http: add MaxBytesError #49359
net/http: add MaxBytesError #49359
Conversation
This PR (HEAD: fea999a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/361397 to see it. Tip: You can toggle comments from me using the |
Message from Carl Johnson: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Damien Neil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
This PR (HEAD: 218d9ca) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/361397 to see it. Tip: You can toggle comments from me using the |
Message from Carl Johnson: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Damien Neil: Patch Set 2: Run-TryBot+1 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Go Bot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Go Bot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Damien Neil: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Go Bot: Patch Set 2: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
This PR (HEAD: fa2db73) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/361397 to see it. Tip: You can toggle comments from me using the |
Message from Carl Johnson: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Damien Neil: Patch Set 3: Run-TryBot+1 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Go Bot: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Go Bot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Damien Neil: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Ian Lance Taylor: Patch Set 3: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Russ Cox: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Hi all! |
@protiumx As discussed over at https://go.dev/cl/361397, this should be in the 1.19 release. Note that 1.18 is not yet released; 1.19 is scheduled for August 1, 2022. |
fa2db73
to
cd6ff5d
Compare
This PR (HEAD: cd6ff5d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/361397 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 6ae6840) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/361397 to see it. Tip: You can toggle comments from me using the |
Message from Carl Johnson: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Auto-Submit+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Gopher Robot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Message from Damien Neil: Patch Set 5: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/361397. |
Fixes #30715 Change-Id: Ia3712d248b6dc86abef71ccea6e705a571933d53 GitHub-Last-Rev: 6ae6840 GitHub-Pull-Request: #49359 Reviewed-on: https://go-review.googlesource.com/c/go/+/361397 Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Damien Neil <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
This PR is being closed because golang.org/cl/361397 has been merged. |
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 <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Damien Neil <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Fixes #30715