- Notifications
You must be signed in to change notification settings - Fork 18.5k
net/http: wrap client errors #65327
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
base: master
Are you sure you want to change the base?
net/http: wrap client errors #65327
Conversation
| This PR (HEAD: bc9f67d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559035. Important tips:
|
| Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
bc9f67d to 47988b2 Compare | This PR (HEAD: 47988b2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559035. Important tips:
|
47988b2 to e79d3e2 Compare | This PR (HEAD: e79d3e2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559035. Important tips:
|
| Message from qiulaidongfeng: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from Bryan Mills: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from Bryan Mills: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from Damien Neil: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from Damien Neil: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| This PR (HEAD: 59c4570) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559035. Important tips:
|
| Message from yung innanet: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| This PR (HEAD: e7edb48) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559035. Important tips:
|
| Message from yung innanet: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| This PR (HEAD: 41fac61) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559035. Important tips:
|
| Message from yung innanet: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from Damien Neil: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
| Message from yung innanet: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559035. |
previously lowered this test timeout to 1ms per @neild, but this seems to be a touch too low to reliably pass in pipelines.
previous discussion and cl: https://go-review.googlesource.com/c/go/+/533119/comment/9133758c_cc35a308/
updates #65287
fixes #50856