Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: revert to defaulting to http/1 #10958

Merged
merged 2 commits into from
Jul 28, 2021
Merged

api: revert to defaulting to http/1 #10958

merged 2 commits into from
Jul 28, 2021

Commits on Jul 28, 2021

  1. api: revert to defaulting to http/1

    PR #10778 incidentally changed the api http client to connect with
    HTTP/2 first. However, the websocket libraries used in `alloc exec`
    features don't handle http/2 well, and don't downgrade to http/1
    gracefully.
    
    Given that the switch is incidental, and not requested by users.
    Furthermore, api consumers can opt-in to forcing http/2 by setting
    custom http clients.
    Mahmood Ali committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0c3c559 View commit details
    Browse the repository at this point in the history
  2. changelog

    Mahmood Ali committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    00a1413 View commit details
    Browse the repository at this point in the history