Commit 1f34133
committed
[HttpClient] Disable HTTP/2 PUSH by default when using curl
1 parent f3e0c81 commit 1f34133Copy full SHA for 1f34133
File tree
Expand file treeCollapse file tree
2 files changed
+5
-1
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/HttpClient
- Tests
Expand file treeCollapse file tree
2 files changed
+5
-1
lines changedOpen 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 |
|---|---|---|
| ||
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
| 70 | + |
71 | 71 | |
72 | 72 | |
73 | 73 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
35 | 39 | |
36 | 40 | |
37 | 41 | |
|
0 commit comments