diff --git a/client.go b/client.go index 62dc3f9..6482ab2 100644 --- a/client.go +++ b/client.go @@ -279,6 +279,8 @@ type Client struct { // and response body is greater than the limit. // // By default response body size is unlimited. + // + // Note that if StreamResponseBody is true, MaxResponseBodySize is ignored. MaxResponseBodySize int // Maximum duration for waiting for a free connection.