Skip to content

Commit

Permalink
Specify alpn is an array
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Oct 27, 2023
1 parent 5f36f5c commit 52680fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ At any point during the creation of the {{Socket}} instance, `connect` may throw
{{alpn}} member
</dt>
<dd>
The Application-Layer Protocol Negotiation list to send. If the server agrees with one of the protocols specified in this list, it will return the matching protocol in the {{info}} property. May be specified if and only if {{secureTransport}} is `on` or `starttls`.
The Application-Layer Protocol Negotiation list to send, as an array of strings. If the server agrees with one of the protocols specified in this list, it will return the matching protocol in the {{info}} property. May be specified if and only if {{secureTransport}} is `on` or `starttls`.
</dd>
<dt>
{{sni}} member
Expand Down

0 comments on commit 52680fc

Please sign in to comment.