Skip to content

Commit 9387634

Browse files
committed
Merge branch 'cc-group-doc-readme-md' into fix/http2-auto-fallback
2 parents 497cce5 + aecdf2f commit 9387634

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ python quickstart.py
167167
>
168168
> # Optional — set to false to force HTTP/1.1 if your network environment has unstable long-lived HTTP/2 connections (default: true)
169169
> # 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
170173
> ```
171174
> See [Configuration](#configuration) for details.
172175

0 commit comments

Comments
 (0)