Force http1.1 protocol

main
Jordi Boggiano 9 years ago
parent ea03730549
commit 1cb427ff5c

@ -405,6 +405,8 @@ class RemoteFilesystem
}
$options = array_replace_recursive($this->options, $additionalOptions);
$options['http']['protocol_version'] = 1.1;
$headers[] = 'Connection: close';
if ($this->io->hasAuthentication($originUrl)) {
$auth = $this->io->getAuthentication($originUrl);

Loading…
Cancel
Save