Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhijaju committed Apr 25, 2023
1 parent b8019aa commit 1113b98
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 @@ -795,7 +795,7 @@ sequence<{{WebTransportHash}}> |serverCertificateHashes|, run these steps.
|serverCertificateHashes| is specified instead of the default certificate version algorithm,
validate the certificate against [=custom certificate requirements=], and then
[=verify a certificate hash|verify the certificate hash=] against |serverCertificateHashes|.
The certificate is considered valid only if both of those checks pass.
The certificate is considered valid if and only if both of those checks pass.
1. If |connection| is failure, then abort the remaining steps and [=queue a network task=] with
|transport| to run these steps:
1. If |transport|.{{[[State]]}} is `"closed"` or `"failed"`, then abort these steps.
Expand Down

0 comments on commit 1113b98

Please sign in to comment.