diff --git a/lib/util.php b/lib/util.php index 49764f86a5..75037625d0 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1459,6 +1459,7 @@ function common_redirect($url, $code=307) header('HTTP/1.1 '.$code.' '.$status[$code]); header("Location: $url"); + header("Connection: close"); $xo = new XMLOutputter(); $xo->startXML('a',