• Luke Duncalfe's avatar
    Handle `Errno::ENETUNREACH` in `Gitlab::HTTP` · 9e1e36c1
    Luke Duncalfe authored
    Handled the same as `Errno::EHOSTUNREACH` is, in `Gitlab::HTTP`. We see
    some of these exceptions on occasion being raised by `WebHookService`.
    Handling within `Gitlab::HTTP` will mean the service will successfully
    disable failing web hooks.
    
    Changelog: changed
    9e1e36c1
http.rb 2.88 KB