| 279 | } |
| 280 | |
| 281 | void HttpClient::endRequest() |
| 282 | { |
| 283 | if (iState < eRequestSent) |
| 284 | { |
| 285 | // We still need to finish off the headers |
| 286 | finishHeaders(); |
| 287 | } |
| 288 | // else the end of headers has already been sent, so nothing to do here |
| 289 | } |
| 290 | |
| 291 | int HttpClient::responseStatusCode() |
| 292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected