You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
Currently, QuicSession has separate authenticated and authenticatedError properties. The former is a boolean that is true if the peer certificate is authenticated. If false, the authenticatedError is set to an Error object that identifies the validation error. The question is: do we need two separate properties here or can we reasonably collapse those into a single property.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
QuicSession
has separateauthenticated
andauthenticatedError
properties. The former is a boolean that is true if the peer certificate is authenticated. Iffalse
, theauthenticatedError
is set to anError
object that identifies the validation error. The question is: do we need two separate properties here or can we reasonably collapse those into a single property.The text was updated successfully, but these errors were encountered: