From 68db829db66dbf8faad5bd8df35760b5af3a1491 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 3 May 2006 08:42:32 +0000 Subject: Sweet, all changes from the (once again 1 rev) branch have been merged back in. Now to finalize the changes in my other programs. --- src/test/httpsrv/httpconnectionmonitor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/httpsrv/httpconnectionmonitor.cpp') diff --git a/src/test/httpsrv/httpconnectionmonitor.cpp b/src/test/httpsrv/httpconnectionmonitor.cpp index eaadb36..ee1eab3 100644 --- a/src/test/httpsrv/httpconnectionmonitor.cpp +++ b/src/test/httpsrv/httpconnectionmonitor.cpp @@ -10,8 +10,9 @@ HttpConnectionMonitor::~HttpConnectionMonitor() { } -bool HttpConnectionMonitor::onNewConnection( Connection *pCon ) +bool HttpConnectionMonitor::onNewConnection( Connection *pCon, int nPort ) { + printf("Got connection on port %d\n", nPort ); Http hp( pCon ); pCon->readInput( 60, 0 ); -- cgit v1.2.3