h2
h2 copied to clipboard
Expose more h2 error kinds
When handling incoming h2 errors, typically we pay attention to 3 types of them: IO, GOAWAY and RST_STREAM. This change adds the other 2 besides is_io() so that the error can be programatically handled.