mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
header.pl: Remove "Connection: close".
Don't require us to re-establish a new connection every time we send a request.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user