summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-11 15:21:54 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-11 15:21:54 +0200
commite63fbaebcba2ef3330ed34426b76bb3ad4156ea6 (patch)
tree9a5e930af3aff537b8afe03863f5252f982c10fb /vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php
parent896577ae02b38412c6045111d9ecb13d7e81b00f (diff)
update picofeed, fix #763
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php b/vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php
index 1e539b106..72afe92c0 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Client/Stream.php
@@ -47,6 +47,8 @@ class Stream extends Client
$headers[] = 'Authorization: Basic '.base64_encode($this->username.':'.$this->password);
}
+ $headers = array_merge($headers, $this->request_headers);
+
return $headers;
}