From ad9799d20c32946bf5471d533a7961876028717a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 19 Jan 2014 14:27:09 +0100 Subject: [PATCH] header.pl: Remove "Connection: close". Don't require us to re-establish a new connection every time we send a request. --- config/cfgroot/header.pl | 1 - 1 file changed, 1 deletion(-) 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"; } -- 2.39.2