Commit 1893ef9
committed
bug #36038 [HttpClient] disable debug log with curl 7.64.0 (nicolas-grekas)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpClient] disable debug log with curl 7.64.0
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #35975
| License | MIT
| Doc PR | -
Works around https://curl.haxx.se/mail/archive-2019-02/0013.html
Commits
-------
d4cde31 [HttpClient] disable debug log with curl 7.64.02 files changed
+8-4Lines changed: 8 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component/HttpClient
- Response
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/HttpClient/CurlHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/CurlHttpClient.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
308 | 308 | |
309 | 309 | |
310 | 310 | |
311 | | - |
| 311 | + |
312 | 312 | |
313 | 313 | |
314 | 314 | |
|
Collapse file
src/Symfony/Component/HttpClient/Response/CurlResponse.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Response/CurlResponse.php+7-3Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
48 | | - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
49 | 53 | |
50 | 54 | |
51 | 55 | |
|
0 commit comments