Test whether all of the response headers have been consumed. @return true if we are now processing the response body, else false */
| 343 | @return true if we are now processing the response body, else false |
| 344 | */ |
| 345 | bool endOfHeadersReached() { return (iState == eReadingBody); }; |
| 346 | |
| 347 | /** Test whether the end of the body has been reached. |
| 348 | Only works if the Content-Length header was returned by the server |
nothing calls this directly
no outgoing calls
no test coverage detected