[libmicrohttpd] HTTP2 support for MHD

2018-03-30 Thread Maru Berezin
Hello everyone, My name is Maru and in the last few months I've been implementing HTTP2 support for MHD, as a personal programming project. https://github.com/maru/libmicrohttpd-http2 I've just finished a first alpha release, so I wanted to share my work with you. Some implementation details:

Re: [libmicrohttpd] HTTP2 support for MHD

2018-03-30 Thread silvioprog
Hello Maru, awesome news! \o/ I'm very excited because of this announcement. Some time ago I locked at HTTP2 and tested it using Nginx, the test results were quite satisfactory. Now I'm outside company, but I'm going to test your project as soon as I return back. I'll send some feed of my tests f

Re: [libmicrohttpd] HTTP2 support for MHD

2018-03-30 Thread Tim Rühsen
Hey Maru, that's awesome, great news ! I am looking forward to extend GNU Wget2's test suite to support http/2 :-) We are using MHD for the test suite's server side. Thank you so much for working on this ! Regard, Tim On 30.03.2018 14:48, Maru Berezin wrote: > Hello everyone, > > My name is