Handle persistent connections with old HTTP protocols.
[silc.git] / lib / silchttp / tests / test_silchttpserver.c
index e4fc526ae568f3ff592df33804339b65faf540e0..859688a70a287bab0015bee9b17cb4a7a3829bc9 100644 (file)
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
     goto err;
 
   SILC_LOG_DEBUG(("Allocating HTTP server at 127.0.0.1:5000"));
-  httpd = silc_http_server_alloc("127.0.0.1", 5000, 0, schedule,
+  httpd = silc_http_server_alloc("127.0.0.1", 5000, schedule,
                                 http_callback, NULL);
   if (!httpd)
     goto err;