Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
* Add note about adding options to work around broken curl versions
  • Loading branch information
abraunegg committed Oct 13, 2024
1 parent 7e55634 commit 385b978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ 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"`
> [!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 385b978

Please sign in to comment.