maru / libmicrohttpd-http2

HTTP/2 support for libmicrohttpd
https://http2.s106.net/
Other
22 stars 6 forks source link

Suspend / Resume stream #30

Closed maru closed 6 years ago

maru commented 6 years ago

MHD_suspend_connection and MHD_resume_connection work only for a connection (= h2 session), not for a stream.

Also, there can be more than one deferred stream in a h2 session.

maru commented 6 years ago

Related to #37