Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define HTTP/3 Error Type #119

Open
flano-yuki opened this issue Nov 8, 2019 · 0 comments
Open

Define HTTP/3 Error Type #119

flano-yuki opened this issue Nov 8, 2019 · 0 comments

Comments

@flano-yuki
Copy link

flano-yuki commented Nov 8, 2019

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.)

{
    "elapsed_time": 4002,
    "method": "GET",
    "phase": "connection",
    "protocol": "http/1.1",
    "sampling_fraction": 1,
    "server_ip": "",
    "status_code": 0,
    "type": "h3.protocol.error",
    "url": "(my-server)"
}

https://cs.chromium.org/chromium/src/net/network_error_logging/network_error_logging_service.cc?l=97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant