Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66CC510666 for ; Thu, 19 Feb 2015 11:26:56 +0000 (UTC) Received: (qmail 96353 invoked by uid 500); 19 Feb 2015 11:26:56 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 96308 invoked by uid 500); 19 Feb 2015 11:26:56 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 96297 invoked by uid 99); 19 Feb 2015 11:26:56 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2015 11:26:56 +0000 Received: from [10.0.0.10] (84-75-248-186.dclient.hispeed.ch [84.75.248.186]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 41F271A025E for ; Thu, 19 Feb 2015 11:26:54 +0000 (UTC) Message-ID: <1424345201.32153.1.camel@apache.org> Subject: Re: HTTP/2 for HC? From: Oleg Kalnichevski To: HttpComponents Project Date: Thu, 19 Feb 2015 12:26:41 +0100 In-Reply-To: <54E5C61F.90902@nextop.io> References: <54E5C61F.90902@nextop.io> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit On Thu, 2015-02-19 at 03:16 -0800, Brien Colwell wrote: > Hi all, > > Is anyone working on HTTP/2 support for HttpClient? > > Seems like HttpRequestExecutor could be reworked to support the new > protocol. > > Best, > Brien > I am going through the latest draft at the moment and still trying to assess the impact HTTP/2 is going to make on the existing design. It looks like the impact is going to be massive. I am not even sure HTTP/2 can even be reasonably implemented with the classic (blocking) I/O. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org