|
From: | Daniel Stenberg |
Subject: | Re: [Bug-wget] [GSoC 2015] Basic HTTP/2 support |
Date: | Thu, 30 Apr 2015 08:39:38 +0200 (CEST) |
User-agent: | Alpine 2.11 (DEB 23 2013-08-11) |
On Thu, 30 Apr 2015, Miquel Llobet wrote:
The implementation of the protocol itself will come from nghttp [1], a C HTTP/2 library. To handle networking I/O, libevent [2] will be used as described in this sample client [3]. However I am not fully committed to this and will try to reuse wget's code as much as possible.
Is there another reason to use libevent than simply the fact that an nghttp2 example uses it?
As current wget isn't libevent based, it seems like a pretty major redesign to change it to use libevent only for the purpose of adding HTTP/2.
I'm glad to see this project come to life, and I'm happy to see you chosing to base it on Tatsuhiro's awesome nghttp2 library. We do this in the curl project too.
-- / daniel.haxx.se
[Prev in Thread] | Current Thread | [Next in Thread] |