hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 269 forks source link

Add `Status::is_reset` function #618

Closed bruceg closed 2 years ago

bruceg commented 2 years ago

We are trying to determine if the remote issued a stream reset and found that this test is missing from the Status type.

Closes #617