Commit 2537633
committed
bug symfony#59689 [HttpClient] Fix buffering AsyncResponse with no passthru (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpClient] Fix buffering AsyncResponse with no passthru
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#59574
| License | MIT
Commits
-------
19a50f7 [HttpClient] Fix buffering AsyncResponse with no passthruFile tree
2 files changed
+19
-12
lines changed- src/Symfony/Component/HttpClient
- Response
- Tests
2 files changed
+19
-12
lines changedLines changed: 5 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
245 | 244 | | |
246 | 245 | | |
247 | 246 | | |
248 | | - | |
| 247 | + | |
249 | 248 | | |
250 | 249 | | |
251 | 250 | | |
| |||
276 | 275 | | |
277 | 276 | | |
278 | 277 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
| 278 | + | |
| 279 | + | |
286 | 280 | | |
287 | | - | |
288 | 281 | | |
289 | 282 | | |
290 | 283 | | |
| |||
347 | 340 | | |
348 | 341 | | |
349 | 342 | | |
350 | | - | |
| 343 | + | |
351 | 344 | | |
352 | 345 | | |
353 | 346 | | |
354 | 347 | | |
355 | 348 | | |
356 | | - | |
| 349 | + | |
357 | 350 | | |
358 | 351 | | |
359 | 352 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
235 | 249 | | |
236 | 250 | | |
237 | 251 | | |
| |||
0 commit comments