Commit 7a2d66a
committed
bug #59023 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (nicolas-grekas)
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | #59021
| License | MIT
Commits
-------
1defdba [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClientFile tree
Expand file treeCollapse file tree
8 files changed
+81
-47
lines changedOpen diff view settings
Filter options
- src/Symfony
- Component/HttpClient
- Tests
- DataCollector
- Contracts/HttpClient/Test
Expand file treeCollapse file tree
8 files changed
+81
-47
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php+14-21Lines changed: 14 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | 23 | |
25 | 24 | |
26 | 25 | |
| ||
103 | 102 | |
104 | 103 | |
105 | 104 | |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | 105 | |
118 | 106 | |
119 | 107 | |
120 | 108 | |
121 | 109 | |
122 | 110 | |
123 | | - |
| 111 | + |
124 | 112 | |
125 | 113 | |
126 | 114 | |
127 | 115 | |
128 | 116 | |
129 | 117 | |
130 | 118 | |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
131 | 132 | |
132 | 133 | |
133 | 134 | |
| ||
178 | 179 | |
179 | 180 | |
180 | 181 | |
181 | | - |
182 | | - |
183 | | - |
184 | | - |
185 | | - |
186 | | - |
187 | | - |
188 | | - |
189 | 182 | |
190 | 183 | |
191 | 184 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | 27 | |
33 | 28 | |
34 | 29 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php+67Lines changed: 67 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
523 | 523 | |
524 | 524 | |
525 | 525 | |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
526 | 593 | |
527 | 594 | |
528 | 595 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | 35 | |
41 | 36 | |
42 | 37 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | 31 | |
37 | 32 | |
38 | 33 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | 30 | |
36 | 31 | |
37 | 32 | |
|
Collapse file
src/Symfony/Component/HttpClient/Tests/TraceableHttpClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/TraceableHttpClientTest.php-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | 32 | |
38 | 33 | |
39 | 34 | |
|
Collapse file
src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
40 | 39 | |
41 | 40 | |
42 | 41 | |
|
0 commit comments