sync to internal repository

This commit is contained in:
Guenter Obiltschnig
2007-02-23 14:41:53 +00:00
parent 488b63fb0d
commit 5a2a425002
298 changed files with 559 additions and 353 deletions

View File

@@ -1,7 +1,7 @@
//
// HTTPSession.cpp
//
// $Id: //poco/1.3/Net/src/HTTPSession.cpp#1 $
// $Id: //poco/Main/Net/src/HTTPSession.cpp#10 $
//
// Library: Net
// Package: HTTP
@@ -192,6 +192,7 @@ bool HTTPSession::connected() const
void HTTPSession::connect(const SocketAddress& address)
{
_socket.connect(address, _timeout);
_socket.setNoDelay(true);
}