Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

tls: do not hang without newSession handler #25739

Closed
wants to merge 2 commits into from

Commits on Jul 18, 2015

  1. tls: do not hang without newSession handler

    When listening for client hello parser events (like OCSP requests), do
    not hang if `newSession` event handler is not present.
    
    Fix: nodejs#8660
    Fix: nodejs#25735
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: node-forward/node#47
    indutny committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    14876f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Configuration menu
    Copy the full SHA
    16c02f0 View commit details
    Browse the repository at this point in the history