integrated changes from main rep

This commit is contained in:
Guenter Obiltschnig
2007-02-25 09:17:38 +00:00
parent 95bdb7c51d
commit d6b783cc3b
160 changed files with 168 additions and 160 deletions

View File

@@ -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);