Skip to content

Commit 09c7cd1

Browse files
committed
fix specifying http_version in YAML
1 parent 5ff7cc7 commit 09c7cd1

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
@@ -753,7 +753,8 @@ To force HTTP/2 for ``http`` URLs, you need to enable it explicitly via the
753753
# config/packages/framework.yaml
754754
framework:
755755
http_client:
756-
http_version: '2.0'
756+
default_options:
757+
http_version: '2.0'
757758
758759
.. code-block:: xml
759760

0 commit comments

Comments
 (0)