summaryrefslogtreecommitdiff
path: root/test/simple/test-https-set-timeout-server.js
Commit message (Collapse)AuthorAgeFilesLines
* https: implement https.Server#setTimeout()Ben Noordhuis2013-04-301-0/+208
Like commit d258fb0 ("http: More useful setTimeout API on server") but this time for the https module. Fixes #5361.