Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Jun 25, 2023
1 parent 7577fd8 commit 5ba9565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,6 @@ If `callback` is provided, it is not invoked until all active sessions have been
closed, although the server has already stopped allowing new sessions. See
[`net.Server.close()`][] for more details.


#### `server[Symbol.asyncDispose]()`

<!-- YAML
Expand Down
7 changes: 3 additions & 4 deletions doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ added: v0.1.90

See [`server.close()`][] in the `node:http` module.


### `server[Symbol.asyncDispose]()`

<!-- YAML
Expand All @@ -144,8 +143,8 @@ added: REPLACEME

> Stability: 1 - Experimental
Calls [`server.close()`][httpsServerClose] and returns a promise that fulfills when the
server has closed.
Calls [`server.close()`][httpsServerClose] and returns a promise that
fulfills when the server has closed.

### `server.closeAllConnections()`

Expand Down Expand Up @@ -583,5 +582,5 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p
[`tls.connect()`]: tls.md#tlsconnectoptions-callback
[`tls.createSecureContext()`]: tls.md#tlscreatesecurecontextoptions
[`tls.createServer()`]: tls.md#tlscreateserveroptions-secureconnectionlistener
[httpsServerClose]: serverclosecallback
[httpsServerClose]: #serverclosecallback
[sni wiki]: https://en.wikipedia.org/wiki/Server_Name_Indication

0 comments on commit 5ba9565

Please sign in to comment.