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

http: fix missing close event on aborted response #1373

Closed
wants to merge 1 commit into from
Closed

http: fix missing close event on aborted response #1373

wants to merge 1 commit into from

Commits on Apr 8, 2015

  1. http: fix missing close event on aborted response

    When sending a response after client aborted the connection in the same
    tick when the socket is already destroyed but the socket-close event is
    still not delivered, you did not get either a response-finish or a
    response-close event.
    
    This fix of the race-condition needs an additional flag
    "_finishOrCloseEmitted" in OutgoingMessage.
    not-implemented committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    79f7f34 View commit details
    Browse the repository at this point in the history