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

fix: abort request when abort signal received #30

Commits on Oct 9, 2020

  1. fix: abort request when abort signal received

    In the case where responses don't end immediately, abort/destroy the request
    as well as the response as otherwise the connection is left open and the
    server never receives the 'abort' event for the request.
    achingbrain committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    5814a00 View commit details
    Browse the repository at this point in the history