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
3030endOfBodyReached KEYWORD2
3131completed KEYWORD2
3232contentLength KEYWORD2
33- isChunked KEYWORD2
33+ isResponseChunked KEYWORD2
3434connectionKeepAlive KEYWORD2
3535noDefaultRequestHeaders KEYWORD2
3636headerAvailable KEYWORD2
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ class HttpClient : public Client
270270 /* * Returns if the response body is chunked
271271 @return true if response body is chunked, false otherwise
272272 */
273- int isChunked () { return iIsChunked; }
273+ int isResponseChunked () { return iIsChunked; }
274274
275275 /* * Return the response body as a String
276276 Also skips response headers if they have not been read already
You can’t perform that action at this time.
0 commit comments