Commit c95633e
committed
minor #14907 [HttpClient] [http_client] Fix default headers (danmichaelo)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpClient] [http_client] Fix default headers
Fixes a small problem where `headers` are located directly under `http_client`, not under `default_options`. ([config reference](https://symfony.com/doc/current/reference/configuration/framework.html#http-client))
Warning: I'm not familiar with the XML config format, so I'm not entirely sure if I got the XML version correct!
Commits
-------
891f771 [http_client] Fix default headers1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
515 | | - | |
516 | | - | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
517 | 518 | | |
518 | 519 | | |
519 | 520 | | |
| |||
528 | 529 | | |
529 | 530 | | |
530 | 531 | | |
531 | | - | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
532 | 535 | | |
533 | 536 | | |
534 | 537 | | |
| |||
538 | 541 | | |
539 | 542 | | |
540 | 543 | | |
541 | | - | |
542 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
543 | 548 | | |
544 | 549 | | |
545 | 550 | | |
| |||
0 commit comments