Fix error case on HTTPClient
This commit is contained in:
@@ -219,6 +219,7 @@ public:
|
||||
activeRequest->responseStart(buffer);
|
||||
} catch (sg_exception& e) {
|
||||
handleError(EIO);
|
||||
return;
|
||||
}
|
||||
|
||||
state = STATE_GETTING_HEADERS;
|
||||
|
||||
Reference in New Issue
Block a user