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

[8.11] [Fleet] Fix 500 in Fleet API when request to product versions endpoint throws ECONNREFUSED (#172850) #172864

Merged
merged 1 commit into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. [Fleet] Fix 500 in Fleet API when request to product versions endpoin…

    …t throws ECONNREFUSED (elastic#172850)
    
    ## Summary
    
    Network-level errors will cause `fetch` to `throw` rather than resolving
    with a status code. This PR updates our logic to handle this case for
    airgapped environments where `ECONNREFUSED` style errors squash HTTP
    requests at the DNS level.
    
    (cherry picked from commit be6fbc4)
    kpollich committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    88f623e View commit details
    Browse the repository at this point in the history