File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ changes:
782
782
verification fails; ` err.code ` contains the OpenSSL error code. Defaults to
783
783
` true ` .
784
784
* ` NPNProtocols ` {string[ ] |Buffer[ ] |Uint8Array[ ] |Buffer|Uint8Array}
785
- An array of strings, Buffer` s or ` Uint8Array` s, or a single ` Buffer` or
785
+ An array of strings, ` Buffer ` s or ` Uint8Array ` s, or a single ` Buffer ` or
786
786
` Uint8Array ` containing supported NPN protocols. ` Buffer ` s should have the
787
787
format ` [len][name][len][name]... ` e.g. ` 0x05hello0x05world ` , where the
788
788
first byte is the length of the next protocol name. Passing an array is
@@ -1034,7 +1034,7 @@ changes:
1034
1034
connection which is not authorized with the list of supplied CAs. This
1035
1035
option only has an effect if ` requestCert ` is ` true ` . Defaults to ` true ` .
1036
1036
* ` NPNProtocols ` {string[ ] |Buffer[ ] |Uint8Array[ ] |Buffer|Uint8Array}
1037
- An array of strings, Buffer` s or ` Uint8Array` s, or a single ` Buffer` or
1037
+ An array of strings, ` Buffer ` s or ` Uint8Array ` s, or a single ` Buffer ` or
1038
1038
` Uint8Array ` containing supported NPN protocols. ` Buffer ` s should have the
1039
1039
format ` [len][name][len][name]... ` e.g. ` 0x05hello0x05world ` , where the
1040
1040
first byte is the length of the next protocol name. Passing an array is
You can’t perform that action at this time.
0 commit comments