Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-08-29 16:04:34 +0300
committerRich Trott <rtrott@gmail.com>2019-09-01 01:27:58 +0300
commit9a46cfc33796a5effade4a0c6de95807f1fca7ad (patch)
tree4ba6024f24f8b6d1893a172fe00e75b8cc2fc53b /doc/api/https.md
parentcad3a21c1d0d216ba0d0b4b8eaa7a468fab7c2a9 (diff)
doc: remove multiple consecutive blank lines
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: https://github.com/nodejs/node/pull/29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 172c91bbfa9..4b32ff087af 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -75,7 +75,6 @@ See [`http.Server#headersTimeout`][].
Starts the HTTPS server listening for encrypted connections.
This method is identical to [`server.listen()`][] from [`net.Server`][].
-
### server.maxHeadersCount
- {number} **Default:** `2000`