We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323dbec commit 69e2faaCopy full SHA for 69e2faa
src/ClientFactory/SocketFactory.php
@@ -31,6 +31,6 @@ public function createClient(array $config = [])
31
throw new \LogicException('To use the Socket client you need to install the "php-http/socket-client" package.');
32
}
33
34
- return new Client($this->messageFactory, $config);
+ return new Client($this->messageFactory, $config, $config);
35
36
0 commit comments