-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: Client does not wrap context errors #50856
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
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
CC @neild |
Change https://golang.org/cl/381694 mentions this issue: |
yunginnanet
added a commit
to yunginnanet/go
that referenced
this issue
Oct 8, 2023
Signed-off-by: Yung Innanet <[email protected]> Google CLA: [email protected]
yunginnanet
added a commit
to yunginnanet/go
that referenced
this issue
Oct 8, 2023
Change https://go.dev/cl/533119 mentions this issue: |
Reopen. CL reverted. |
Change https://go.dev/cl/559035 mentions this issue: |
ezz-no
pushed a commit
to ezz-no/go-ezzno
that referenced
this issue
Feb 18, 2024
Fixes golang#50856 Change-Id: I7fe89fcce223e1571debb73436f8aeb3bfbe4b9f GitHub-Last-Rev: be570e7 GitHub-Pull-Request: golang#63448 Reviewed-on: https://go-review.googlesource.com/c/go/+/533119 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: qiulaidongfeng <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
Change https://go.dev/cl/567537 mentions this issue: |
klauspost
added a commit
to klauspost/madmin-go
that referenced
this issue
Sep 5, 2024
Fix retry after Go 1.23 change: golang/go#50856
harshavardhana
pushed a commit
to minio/madmin-go
that referenced
this issue
Sep 5, 2024
Fix retry after Go 1.23 change: golang/go#50856
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Issue not reproducible on go playground.
https://go.dev/play/p/NfEhKnRBFuv
What did you expect to see?
What did you see instead?
This is because the errors are wrapped like this:
Second error could easily wrap
context.DeadlineExceeded
The text was updated successfully, but these errors were encountered: