Re: [libmicrohttpd] http2 suspend/resume

2019-01-06 Thread Kunal Ekawde
Hi All, May be I need to put it in a way specific to only MHD. Any help or pointers stating which areas could break or needs to be re-looked would be much appreciated. For HTTP2, I'm trying https://github.com/maru/libmicrohttpd-http2 which has integration of nghttp2 with MHD. But it was some open

Re: [libmicrohttpd] http2 suspend/resume

2019-01-04 Thread Kunal Ekawde
Hi Christian, I could get multiple streams working with suspend/resume. Took the following approach: 1. When request is received, saved the stream id at application. 2. Suspend now would suspend only the stream logically, so the connection is not suspended – no updating epoll fds as earl

[libmicrohttpd] http2 suspend/resume

2018-12-31 Thread Kunal Ekawde
Hi, I'm currently checking the http2 combo of nghttp2 + MHD provided by https://github.com/maru/libmicrohttpd-http2. It doesn't support multiple streams with suspend/resume. To try to make it work, I was thinking if following understanding is correct(only if version is http/2): To suspend, we nee