We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the error look like this:
NIOHTTP2Errors.NoSuchStream(...)
but I think it should be either
NIOHTTP2Error.noSuchStream(...) // imitating an open enum on top of a struct
or
NIOHTTP2Errors.NoSuchStreamError(...)
IMHO, preferably the former
The text was updated successfully, but these errors were encountered:
If we do that, though, we should deprecate the existing ones, and leave them there for another release, right?
Sorry, something went wrong.
Yeah, but this is non-urgent enough that I’d be inclined to leave these until we did a new major release.
No branches or pull requests
Currently, the error look like this:
but I think it should be either
or
IMHO, preferably the former
The text was updated successfully, but these errors were encountered: