Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c2f3ad8

Browse filesBrowse files
Merge branch '6.4' into 7.1
* 6.4: [DoctrineBridge] Fix Connection::createSchemaManager() for Doctrine DBAL v2 [HttpClient] Various cleanups after recent changes do not add child nodes to EmptyNode instances consider write property visibility to decide whether a property is writable add comment explaining why HttpClient tests are run separately silence warnings issued by Redis Sentinel on connection issues
2 parents 1048e26 + 21dd77d commit c2f3ad8
Copy full SHA for c2f3ad8

File tree

Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed

‎HttpClientInterface.php

Copy file name to clipboardExpand all lines: HttpClientInterface.php
+3-5Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ interface HttpClientInterface
4646
'buffer' => true, // bool|resource|\Closure - whether the content of the response should be buffered or not,
4747
// or a stream resource where the response body should be written,
4848
// or a closure telling if/where the response should be buffered based on its headers
49-
'on_progress' => null, // callable(int $dlNow, int $dlSize, array $info, ?Closure $resolve = null) - throwing any
50-
// exceptions MUST abort the request; it MUST be called on connection, on headers and on
51-
// completion; it SHOULD be called on upload/download of data and at least 1/s;
52-
// if passed, $resolve($host) / $resolve($host, $ip) can be called to read / populate
53-
// the DNS cache respectively
49+
'on_progress' => null, // callable(int $dlNow, int $dlSize, array $info) - throwing any exceptions MUST abort the
50+
// request; it MUST be called on connection, on headers and on completion; it SHOULD be
51+
// called on upload/download of data and at least 1/s
5452
'resolve' => [], // string[] - a map of host to IP address that SHOULD replace DNS resolution
5553
'proxy' => null, // string - by default, the proxy-related env vars handled by curl SHOULD be honored
5654
'no_proxy' => null, // string - a comma separated list of hosts that do not require a proxy to be reached

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.