Skip to content

Commit 5b9fc5d

Browse files
Merge branch '5.1' into 5.2
* 5.1: [HttpClient] partial revert of previous commit
2 parents 474b87c + 8b23627 commit 5b9fc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Internal/AmpClientState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function request(array $options, Request $request, CancellationToken $can
119119
private function getClient(array $options): array
120120
{
121121
$options = [
122-
'bindto' => $options['bindto'] ?: '0:0',
122+
'bindto' => $options['bindto'] ?: '0',
123123
'verify_peer' => $options['verify_peer'],
124124
'capath' => $options['capath'],
125125
'cafile' => $options['cafile'],

0 commit comments

Comments
 (0)