summaryrefslogtreecommitdiff
path: root/test/simple/test-https-timeout-server-2.js
Commit message (Collapse)AuthorAgeFilesLines
* tls, https: add tls handshake timeoutBen Noordhuis2012-12-061-0/+51
Don't allow connections to stall indefinitely if the SSL/TLS handshake does not complete. Adds a new tls.Server and https.Server configuration option, handshakeTimeout. Fixes #4355.