mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-19 21:16:51 +02:00
integrated changes from main rep
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServerConnection.cpp
|
||||
//
|
||||
// $Id: //poco/Main/Net/src/HTTPServerConnection.cpp#8 $
|
||||
// $Id: //poco/1.3/Net/src/HTTPServerConnection.cpp#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
@@ -102,6 +102,10 @@ void HTTPServerConnection::run()
|
||||
throw;
|
||||
}
|
||||
}
|
||||
catch (NoMessageException&)
|
||||
{
|
||||
break;
|
||||
}
|
||||
catch (MessageException&)
|
||||
{
|
||||
sendErrorResponse(session, HTTPResponse::HTTP_BAD_REQUEST);
|
||||
|
Reference in New Issue
Block a user