aboutsummaryrefslogtreecommitdiff
path: root/src/test/httpsrv/main.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-05-03 08:42:32 +0000
committerMike Buland <eichlan@xagasoft.com>2006-05-03 08:42:32 +0000
commit68db829db66dbf8faad5bd8df35760b5af3a1491 (patch)
treed1b79a641a14966dbd1bb2bea6625454db7f64a4 /src/test/httpsrv/main.cpp
parent96b00553a0ffe6bb34af6ad15e1cfc2bed67bd75 (diff)
downloadlibbu++-68db829db66dbf8faad5bd8df35760b5af3a1491.tar.gz
libbu++-68db829db66dbf8faad5bd8df35760b5af3a1491.tar.bz2
libbu++-68db829db66dbf8faad5bd8df35760b5af3a1491.tar.xz
libbu++-68db829db66dbf8faad5bd8df35760b5af3a1491.zip
Sweet, all changes from the (once again 1 rev) branch have been merged back in.
Now to finalize the changes in my other programs.
Diffstat (limited to 'src/test/httpsrv/main.cpp')
-rw-r--r--src/test/httpsrv/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/httpsrv/main.cpp b/src/test/httpsrv/main.cpp
index 4ee1ad3..2f1563c 100644
--- a/src/test/httpsrv/main.cpp
+++ b/src/test/httpsrv/main.cpp
@@ -10,7 +10,8 @@ int main()
10 10
11 srv.setConnectionMonitor( &http ); 11 srv.setConnectionMonitor( &http );
12 12
13 srv.startServer( 7331, 40 ); 13 printf("Listening on port 7331\n");
14 srv.startServer( 7331 );
14 15
15 for(;;) 16 for(;;)
16 { 17 {