File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ endOfHeadersReached KEYWORD2
30
30
endOfBodyReached KEYWORD2
31
31
completed KEYWORD2
32
32
contentLength KEYWORD2
33
- isChunked KEYWORD2
33
+ isResponseChunked KEYWORD2
34
34
connectionKeepAlive KEYWORD2
35
35
noDefaultRequestHeaders KEYWORD2
36
36
headerAvailable KEYWORD2
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ class HttpClient : public Client
270
270
/* * Returns if the response body is chunked
271
271
@return true if response body is chunked, false otherwise
272
272
*/
273
- int isChunked () { return iIsChunked; }
273
+ int isResponseChunked () { return iIsChunked; }
274
274
275
275
/* * Return the response body as a String
276
276
Also skips response headers if they have not been read already
You can’t perform that action at this time.
0 commit comments