We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb49ce3 commit 8ef0608Copy full SHA for 8ef0608
client.go
@@ -1485,7 +1485,7 @@ func (c *Client) SetHTTP2WriteByteTimeout(timeout time.Duration) *Client {
1485
}
1486
1487
// Do is compatible with http.Client.Do, which can make req integration easier
1488
-// in some scenarios.It should be noted that this will make some req features
+// in some scenarios. It should be noted that this will make some req features
1489
// not work properly, such as automatic retry, client middleware, etc.
1490
func (c *Client) Do(req *http.Request) (*http.Response, error) {
1491
return c.httpClient.Do(req)
0 commit comments