This commit is contained in:
Günter Obiltschnig 2020-01-21 19:59:17 +01:00
parent 2018a698ba
commit f55c17a295

View File

@ -310,7 +310,6 @@ std::istream& HTTPClientSession::receiveResponse(HTTPResponse& response)
networkException()->rethrow();
else
throw;
throw;
}
}
while (response.getStatus() == HTTPResponse::HTTP_CONTINUE);