-
Notifications
You must be signed in to change notification settings - Fork 18.4k
net/http: add comments for transport gzip reader #75293
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
Conversation
This PR (HEAD: d16aa2c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/701395. Important tips:
|
Message from Sean Liao: Patch Set 1: Code-Review+1 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-06T11:39:08Z","revision":"a0b16c995795b29cd05029df2d7600daf5b048d8"} Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Sean Liao: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Add back comments dropped in CL 510255 Updates golang#61353
d16aa2c
to
d6cd890
Compare
This PR (HEAD: d6cd890) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/701395. Important tips:
|
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Sean Liao: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Michael Pratt: Patch Set 2: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-10T20:00:13Z","revision":"3aecc725737f72e58e420982caaf47766f874d48"} Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Michael Pratt: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 2: This CL has failed the run. Reason: Tryjob golang/try/gotip-windows-amd64 has failed with summary (view all results):
To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Michael Pratt: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-11T20:26:36Z","revision":"3aecc725737f72e58e420982caaf47766f874d48"} Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Michael Pratt: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/701395. |
Add back comments dropped in CL 510255 Updates #61353 Change-Id: Ie84610b830599e178140bb5c2a11be74b2ad461e GitHub-Last-Rev: d6cd890 GitHub-Pull-Request: #75293 Reviewed-on: https://go-review.googlesource.com/c/go/+/701395 Reviewed-by: Sean Liao <[email protected]> Reviewed-by: Mark Freeman <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Michael Pratt <[email protected]>
This PR is being closed because golang.org/cl/701395 has been merged. |
Add back comments dropped in CL 510255
Updates #61353