mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
Net: near complete merge to 1.4.2
This commit is contained in:
@@ -59,6 +59,8 @@ HTTPServerSession::~HTTPServerSession()
|
||||
|
||||
bool HTTPServerSession::hasMoreRequests()
|
||||
{
|
||||
if (!socket().impl()->initialized()) return false;
|
||||
|
||||
if (_firstRequest)
|
||||
{
|
||||
_firstRequest = false;
|
||||
|
||||
Reference in New Issue
Block a user