Commit c2cc75d
committed
bug symfony#59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (Jontsa)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpClient] Fix a typo in NoPrivateNetworkHttpClient
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#59244
| License | MIT
Fix a typo in NoPrivateNetworkHttpClient that may cause `Undefined array key` error if server returns redirect response to a POST request.
Commits
-------
e6ec212 [HttpClient] Fix a typo in NoPrivateNetworkHttpClientFile tree
2 files changed
+22
-1
lines changed- src/Symfony/Component/HttpClient
- Tests
2 files changed
+22
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
176 | 197 | | |
177 | 198 | | |
178 | 199 | | |
| |||
0 commit comments