nerves-hub / nerves_hub_cli

NervesHub Mix command line interface
Apache License 2.0
35 stars 17 forks source link

prefer http1 for file uploads #204

Closed joshk closed 4 months ago

joshk commented 4 months ago

http2 file uploads were causing consistent errors due to the window size not being updated by the mint adapter

https://github.com/elixir-tesla/tesla/issues/394

this change locks the api to use http1, with a timeout of 5mins (large uploads)