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
I know that the HTTP/3 specification and implementations are under development. HTTP/3 and QUIC error types are not yet defined in the NEL specification.
It may be too early now, but I think defining HTTP/3 and QUIC error types (group) is useful for deploying it.
for instance, Chrome sends a report of h3.protocol.error when an HTTP/3 connection error occurs. (I understand that it is still experimental.)
I know that the HTTP/3 specification and implementations are under development. HTTP/3 and QUIC error types are not yet defined in the NEL specification.
It may be too early now, but I think defining HTTP/3 and QUIC error types (group) is useful for deploying it.
for instance, Chrome sends a report of
h3.protocol.error
when an HTTP/3 connection error occurs. (I understand that it is still experimental.)https://cs.chromium.org/chromium/src/net/network_error_logging/network_error_logging_service.cc?l=97
The text was updated successfully, but these errors were encountered: