diff options
Diffstat (limited to 'src/test/httpsrv/httpconnectionmonitor.cpp')
-rw-r--r-- | src/test/httpsrv/httpconnectionmonitor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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() | |||
10 | { | 10 | { |
11 | } | 11 | } |
12 | 12 | ||
13 | bool HttpConnectionMonitor::onNewConnection( Connection *pCon ) | 13 | bool HttpConnectionMonitor::onNewConnection( Connection *pCon, int nPort ) |
14 | { | 14 | { |
15 | printf("Got connection on port %d\n", nPort ); | ||
15 | Http hp( pCon ); | 16 | Http hp( pCon ); |
16 | 17 | ||
17 | pCon->readInput( 60, 0 ); | 18 | pCon->readInput( 60, 0 ); |