We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 497cce5 + aecdf2f commit 9387634Copy full SHA for 9387634
1 file changed
README.md
@@ -167,6 +167,9 @@ python quickstart.py
167
>
168
> # Optional — set to false to force HTTP/1.1 if your network environment has unstable long-lived HTTP/2 connections (default: true)
169
> # export CONDUCTOR_HTTP2_ENABLED=false
170
+>
171
+> # Optional — set to false to keep retrying on HTTP/2 instead of automatically falling back to HTTP/1.1 after an HTTP/2 protocol error (default: true)
172
+> # export CONDUCTOR_HTTP2_AUTO_FALLBACK=false
173
> ```
174
> See [Configuration](#configuration) for details.
175
0 commit comments