Skip to content

Commit 6cdac95

Browse files
authored
Update Client.php
1 parent ef9bf96 commit 6cdac95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/HttpClient/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function __construct( $options = array() ) {
4444
case 'curl':
4545
$transport = new CurlTransport( $this->state );
4646
break;
47+
case 'socket':
4748
case 'sockets':
4849
$transport = new SocketTransport( $this->state );
4950
break;

0 commit comments

Comments
 (0)