applications/luci-splash: Set http_keepalive to zero. This fixes a problem where...
authorManuel Munz <freifunk@somakoma.de>
Sat, 17 Aug 2013 20:12:19 +0000 (20:12 +0000)
committerManuel Munz <freifunk@somakoma.de>
Sat, 17 Aug 2013 20:12:19 +0000 (20:12 +0000)
applications/luci-splash/root/etc/init.d/luci_splash

index d1f7c2b..3607732 100755 (executable)
@@ -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.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
        }
         commit uhttpd
 EOF
        }