Fix error case on HTTPClient

This commit is contained in:
James Turner
2015-08-12 14:21:31 -07:00
parent a49c3a49d3
commit 1b2247103a

View File

@@ -219,6 +219,7 @@ public:
activeRequest->responseStart(buffer);
} catch (sg_exception& e) {
handleError(EIO);
return;
}
state = STATE_GETTING_HEADERS;