enable http keepalive again, it seems to work properly now
authorFelix Fietkau <nbd@openwrt.org>
Wed, 2 Jan 2013 11:46:20 +0000 (12:46 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 2 Jan 2013 11:46:20 +0000 (12:46 +0100)
main.c

diff --git a/main.c b/main.c
index f61574ff9fda3a0ad10c39282a41e5d918809f74..100e285b84bc720fb7112c3f19173d9134a500d5 100644 (file)
--- a/main.c
+++ b/main.c
@@ -158,7 +158,7 @@ static void init_defaults(void)
 {
        conf.script_timeout = 60;
        conf.network_timeout = 30;
-       conf.http_keepalive = 0; /* fixme */
+       conf.http_keepalive = 20;
        conf.max_requests = 3;
        conf.realm = "Protected Area";
        conf.cgi_prefix = "/cgi-bin";