forked from golang/net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http2: remove afterReqBodyWriteError wrapper
There was a case where we forgot to undo this wrapper. Instead of fixing that case, I moved the implementation of ClientConn.RoundTrip into an unexported method that returns the same info as a bool. Fixes golang/go#22136 Change-Id: I7e5fc467f9c26fb74b9b83f2b3b7f8882645e34c Reviewed-on: https://go-review.googlesource.com/75252 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters