Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
* Update doc
  • Loading branch information
abraunegg committed Oct 13, 2024
1 parent 385b978 commit 2cd0455
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ If you explicitly want to use HTTP/1.1, you can do so by using the `--force-http
> [!IMPORTANT]
> If your distribution provides one of these curl versions you must upgrade your curl version to the latest available, or get your distribution to provide a more modern version of curl. Refer to [curl releases](https://curl.se/docs/releases.html) for curl version information.
> If you are unable to upgrade your version of curl, you must add the following to your config file:
> `force_http_11 = "true"`
> `ip_protocol_version = "1"`
> ```text
> force_http_11 = "true"
> ip_protocol_version = "1"
> ```
> [!IMPORTANT]
> There are significant HTTP/2 bugs in all curl versions < 8.8.x that can lead to HTTP/2 errors such as `Error in the HTTP2 framing layer on handle` or `Stream error in the HTTP/2 framing layer on handle`
Expand Down

0 comments on commit 2cd0455

Please sign in to comment.