From: Michael Tremer Date: Sun, 19 Jan 2014 13:27:09 +0000 (+0100) Subject: header.pl: Remove "Connection: close". X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=ad9799d20c32946bf5471d533a7961876028717a header.pl: Remove "Connection: close". Don't require us to re-establish a new connection every time we send a request. --- diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 9473465ba..39472a857 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -158,7 +158,6 @@ sub genmenu { sub showhttpheaders { print "Cache-control: private\n"; - print "Connection: close\n"; print "Content-type: text/html; charset=UTF-8\n\n"; }