Closed nathany closed 8 years ago
@leopay reports that net.http.client.Timeout no longer works since moving away from Client.Do in https://github.com/RobotsAndPencils/buford/commit/2d03c359eab35051daee2c71485309361639bed1 (necessary to get the type assertion to GoAwayError).
net.http.client.Timeout
Client.Do
GoAwayError
@leopay #73 should solve this.
@leopay This should work again in v0.11.0. Thanks for the report.
@leopay reports that
net.http.client.Timeout
no longer works since moving away fromClient.Do
in https://github.com/RobotsAndPencils/buford/commit/2d03c359eab35051daee2c71485309361639bed1 (necessary to get the type assertion toGoAwayError
).