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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump ehttpc -> 0.4.8 #10548

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Commits on Apr 27, 2023

  1. chore: bump ehttpc -> 0.4.8

    Fixes https://emqx.atlassian.net/browse/EMQX-9656
    
    See also emqx/ehttpc#45
    
    This fixes a race condition where the remote server would close the
    connection before or during requests, and, depending on timing, an
    `{error, normal}` response would be returned.  In those cases, we
    should just retry the request without using up "retry credits".
    thalesmg committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    77f5e46 View commit details
    Browse the repository at this point in the history