[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Question on Async support
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] Question on Async support |
Date: |
Wed, 5 Sep 2018 11:39:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
Hi!
There is no official support for HTTP2 at this time, and there is no
timeline for adding support either. The easiest way to get HTTP2
support would be to run your MHD behind a reverse proxy (Apache/nginx)
that supports HTTP2.
Happy hacking!
Christian
On 08/24/2018 09:24 PM, Santos Das wrote:
> Hi,
>
> What is the plan of supporting http2 for MHD?
>
> I saw this project and the comments. Can you please comment ?. The
> libcurl supports http2 with 3rd party nghttp2. So, wondering what is the
> similar support for MHD ? Is there any recommended project for the same ?
>
> https://github.com/maru/libmicrohttpd-http2
>
> https://lists.gnu.org/archive/html/libmicrohttpd/2016-08/msg00032.html
>
>
> On Fri, Aug 24, 2018 at 11:59 PM Christian Grothoff <address@hidden
> <mailto:address@hidden>> wrote:
>
> On 08/24/2018 08:05 PM, Santos Das wrote:
> > Thank you once again for the prompt reply.
> >
> > I have few more questions. Are you aware of any project which has
> > integrated libmicrohttpd along with libcurl without losing any
> > functionality of MHD ? I really want to run in the single threaded
> model
> > as I mentioned above.
>
> GNUnet and GNU Taler (in Twister) do this for implementing an http
> proxy, basically HTTP server via MHD, then libcurl for the HTTP client:
>
> https://git.taler.net/twister.git/
>
> I don't see why you think integrating with libcurl would result in a
> loss of functionality.
>
signature.asc
Description: OpenPGP digital signature
- Re: [libmicrohttpd] Question on Async support,
Christian Grothoff <=