Skip to content

Commit 7948311

Browse files
pableujaviereguiluz
authored andcommitted
fix specifying http_version in YAML
1 parent 87adaf0 commit 7948311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

http_client.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,8 @@ the ``http_version`` option:
750750
# config/packages/framework.yaml
751751
framework:
752752
http_client:
753-
http_version: '2.0'
753+
default_options:
754+
http_version: '2.0'
754755
755756
.. code-block:: xml
756757

0 commit comments

Comments
 (0)