diff --git a/Net/src/HTTPClientSession.cpp b/Net/src/HTTPClientSession.cpp index 89d256558..d64c7aa22 100644 --- a/Net/src/HTTPClientSession.cpp +++ b/Net/src/HTTPClientSession.cpp @@ -310,7 +310,6 @@ std::istream& HTTPClientSession::receiveResponse(HTTPResponse& response) networkException()->rethrow(); else throw; - throw; } } while (response.getStatus() == HTTPResponse::HTTP_CONTINUE);