nitely / nim-hyperx

Pure Nim http2 client and server 🖖
MIT License
29 stars 0 forks source link

Stream cancel fixes #23

Closed nitely closed 4 months ago

nitely commented 4 months ago

Follow up PR #21

Added the ClosedRst (almost-closed) stream state described here: https://nitely.github.io/2024/08/20/http-2-the-missing-state.html

Note that the reserved-local/remote states are wrong, but it does matter since push-promise is not supported anyway.