File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ An [`Agent`][] object for HTTPS similar to [`http.Agent`][]. See
3030 * ` maxCachedSessions ` {number} maximum number of TLS cached sessions.
3131 Use ` 0 ` to disable TLS session caching. ** Default:** ` 100 ` .
3232 * ` servername ` {string | boolean} the value of
33- [ Server Name Indication extension] ( https://en.wikipedia.org/ wiki/Server_Name_Indication )
34- to be sent to the server. Use ` false ` to disable sending the extension.
33+ [ Server Name Indication extension] [ sni wiki] to be sent to the server. Use
34+ ` false ` to disable sending the extension.
3535 ** Default:** hostname or IP address of the target server.
3636
3737 See [ ` Session Resumption ` ] [ ] for infomation about TLS session reuse.
@@ -410,3 +410,4 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p
410410[ `tls.createSecureContext()` ] : tls.html#tls_tls_createsecurecontext_options
411411[ `tls.createServer()` ] : tls.html#tls_tls_createserver_options_secureconnectionlistener
412412[ `Session Resumption` ] : tls.html#tls_session_resumption
413+ [ sni wiki ] : https://en.wikipedia.org/wiki/Server_Name_Indication
You can’t perform that action at this time.
0 commit comments