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

Application errors should be DNS responses #33

Open
huitema opened this issue Aug 7, 2021 · 0 comments
Open

Application errors should be DNS responses #33

huitema opened this issue Aug 7, 2021 · 0 comments

Comments

@huitema
Copy link
Contributor

huitema commented Aug 7, 2021

The code currently supports three application errors that are not defined in the draft:

#define QUICDOQ_ERROR_RESPONSE_TOO_LONG 0x202
#define QUICDOQ_ERROR_RESPONSE_TIME_OUT 0x203
#define QUICDOQ_ERROR_QUERY_TOO_LONG 0x204

This is in contradiction with the general consensus that errors should generally be conveyed as DNS responses, not through QUIC codes. QUIC error codes should only be issued when the transport itself is lost, for example when there is not enough resource to send a message.

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