Skip to content

Commit

Permalink
[Network][Http] Reset stream context options on each request
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Apr 19, 2015
1 parent 2d383b4 commit ad8b0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Network/Http/Adapter/Stream.php
Expand Up @@ -66,6 +66,7 @@ public function send(Request $request, array $options)
{
$this->_stream = null;
$this->_context = [];
$this->_contextOptions = [];
$this->_connectionErrors = [];

$this->_buildContext($request, $options);
Expand Down

0 comments on commit ad8b0cc

Please sign in to comment.