{
response.sendContinueResponse();
}
// Read the header lines of the request.
request.parseHeader(m_is);
// If we have an HTTP/1.0 request without the connection set to
// keep-alive or we explicitly have a request to close the connection,
// then set close flag to exit the loop rather than trying to read
// more requests.