summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/root
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2013-08-17 20:12:19 +0000
committerManuel Munz <freifunk@somakoma.de>2013-08-17 20:12:19 +0000
commitbf86e8642953e9faa12a04f5428383eb692136a3 (patch)
treeb67587cd3cbe4bf1d75c48182221a1f7dfa52bd2 /applications/luci-splash/root
parent82ab31b5101ad0de7dd8fa4460b8c3ce49c1ef5e (diff)
applications/luci-splash: Set http_keepalive to zero. This fixes a problem where the user was not properly redirected after accepting the splash in some cases and when an uhttpd was used that supports http keepalive
Diffstat (limited to 'applications/luci-splash/root')
-rwxr-xr-xapplications/luci-splash/root/etc/init.d/luci_splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash
index d1f7c2b99..360773218 100755
--- a/applications/luci-splash/root/etc/init.d/luci_splash
+++ b/applications/luci-splash/root/etc/init.d/luci_splash
@@ -185,7 +185,7 @@ uci batch <<EOF
set uhttpd.splash.listen_http="8082"
set uhttpd.splash.index_page="splash.sh"
set uhttpd.splash.error_page="/splash.sh"
-
+ set uhttpd.splash.http_keepalive='0'
commit uhttpd
EOF
}