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

Updating the tesla adapter protocols to use http1 #3

Merged
merged 2 commits into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. Updating the tesla adapter protocols to use http1

    There's a well documented error with Tesla where the http2 cannot send more than 65535 bytes. The issue is documented here: elixir-tesla/tesla#394
    
    This is a workaround until Tesla gets their workaround implemented.
    OmegaNalphA authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    755d44b View commit details
    Browse the repository at this point in the history
  2. updating the mix version

    OmegaNalphA committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    757247e View commit details
    Browse the repository at this point in the history