projects
/
oweals
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c4aca
)
enable http keepalive again, it seems to work properly now
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Jan 2013 11:46:20 +0000
(12:46 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Jan 2013 11:46:20 +0000
(12:46 +0100)
main.c
patch
|
blob
|
history
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";