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
In a meeting the issue was raised: How should we interpret errors that can come from multiple layers?
For example, InvalidStreamId can come from neqo-qpack but also neqo-transport, and may need to be treated differently depending on which one raised the error.
The text was updated successfully, but these errors were encountered:
I have decided to document errors in the code and also add assertion where it was needed. The PRs above are documenting and fixing issues with the error handling in http3(mostly) and in transport code.
In a meeting the issue was raised: How should we interpret errors that can come from multiple layers?
For example, InvalidStreamId can come from neqo-qpack but also neqo-transport, and may need to be treated differently depending on which one raised the error.
The text was updated successfully, but these errors were encountered: