Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit acadf02

Browse files
danbevaddaleax
authored andcommitted
doc: fix lint issues in quic.md
PR-URL: #147 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 455f965 commit acadf02

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/api/quic.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ added: REPLACEME
113113
Emitted immediately before the `'close'` event if the `QuicSession` was
114114
destroyed with an error.
115115

116-
117116
### Event: `'keylog'`
118117
<!-- YAML
119118
added: REPLACEME
@@ -178,7 +177,6 @@ added: REPLACEME
178177

179178
Emitted when a new `QuicStream` has been initiated by the connected peer.
180179

181-
182180
### quicsession.alpnProtocol
183181
<!-- YAML
184182
added: REPLACEME
@@ -393,7 +391,6 @@ three arguments:
393391
The `sessionTicket` and `remoteTransportParams` are useful when creating a new
394392
`QuicClientSession` to more quickly resume an existing session.
395393

396-
397394
### quicclientsession.ephemeralKeyInfo
398395
<!-- YAML
399396
added: REPLACEME
@@ -536,7 +533,6 @@ choose one interface and will add membership to it. To add membership to every
536533
available interface, call `quicsocket.addMembership()` multiple times, once per
537534
interface.
538535

539-
540536
### quicsocket.address
541537
<!-- YAML
542538
added: REPLACEME
@@ -1017,7 +1013,6 @@ The default on most systems is `64` but can vary.
10171013
added: REPLACEME
10181014
-->
10191015

1020-
10211016
## Class: QuicStream extends stream.Duplex
10221017
<!-- YAML
10231018
added: REPLACEME
@@ -1120,7 +1115,5 @@ added: REPLACEME
11201115

11211116
Set to `true` if the `QuicStream` is unidirectional.
11221117

1123-
1124-
11251118
[RFC 4007]: https://tools.ietf.org/html/rfc4007
11261119
[Certificate Object]: https://nodejs.org/dist/latest-v12.x/docs/api/tls.html#tls_certificate_object

0 commit comments

Comments
 (0)