| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| requests. Defaults to `3`. | ||
| * `tls.CLIENT_RENEG_WINDOW` {number} Specifies the time renegotiation window | ||
| in seconds. Defaults to `600` (10 minutes). | ||
|
|
There was a problem hiding this comment.
Unnecessary whitespace change
Sorry, something went wrong.
|
LGTM with a nit |
Sorry, something went wrong.
|
|
||
| ## tls.getCiphers() | ||
| <!--YAML | ||
| v0.10.2 |
There was a problem hiding this comment.
this should have added: before it
Sorry, something went wrong.
There was a problem hiding this comment.
sigh.. completely overlooked that ;-) good catch.
Sorry, something went wrong.
|
(correction, LGTM with nits addressed ;-) ...) |
Sorry, something went wrong.
| ### tlsSocket.getEphemeralKeyInfo() | ||
|
|
||
| <!--YAML | ||
| added: v5.0.0-rc.1 |
There was a problem hiding this comment.
Release candidates don’t really count, you can just set this to v5.0.0
Sorry, something went wrong.
| ### server.listen(port[, hostname][, callback]) | ||
| <!-- YAML | ||
| added: v0.11.3 | ||
| --> |
There was a problem hiding this comment.
inherited from net.Server?
Sorry, something went wrong.
|
I'm going to review this entire module again. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Landed in c2e6078 with minor whitespace fixups, thanks! |
Sorry, something went wrong.
Ref: nodejs#6578 PR-URL: nodejs#7018 Reviewed-By: Anna Henningsen <anna@addaleax.net>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
Description of change
Add added: information for tls
Ref: #6578