-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore the Response and Request when read from Transport
Since the Request.Body and Response.Body are read from any transport.RoundTrip, it is needed to restore them before reusing it again; otherwise, the Request.Body or Response.Body won't be readable. Signed-off-by: David Pordomingo <[email protected]>
- Loading branch information
1 parent
37b2c2a
commit 00086cf
Showing
1 changed file
with
14 additions
and
8 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