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 51B8F17248 for ; Wed, 22 Apr 2015 12:08:59 +0000 (UTC) Received: (qmail 26484 invoked by uid 500); 22 Apr 2015 12:08:59 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 26437 invoked by uid 500); 22 Apr 2015 12:08:59 -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 26419 invoked by uid 99); 22 Apr 2015 12:08:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 12:08:59 +0000 Date: Wed, 22 Apr 2015 12:08:59 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Moved] (HTTPCORE-399) Http Pipelining is limited to two (2) requests, then acts synchronous. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCORE-399?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski moved HTTPASYNC-91 to HTTPCORE-399: ----------------------------------------------------- Affects Version/s: (was: 4.1-beta1) 4.4.1 Key: HTTPCORE-399 (was: HTTPASYNC-91) Project: HttpComponents HttpCore (was: HttpComponents HttpAs= yncClient) > Http Pipelining is limited to two (2) requests, then acts synchronous. > ---------------------------------------------------------------------- > > Key: HTTPCORE-399 > URL: https://issues.apache.org/jira/browse/HTTPCORE-399 > Project: HttpComponents HttpCore > Issue Type: Bug > Affects Versions: 4.4.1 > Reporter: Anders J=C3=B6nsson > Labels: HttpAsyncClient, HttpPipelining > > When issuing pipelined (list of) http requests only the two first request= s are actually sent in an asynchronous way. After the two first, all reques= ts are sent synchronously, i.e. a response is awaited before sending the ne= xt request. Like this: > Request -> > Request -> > ->Response > ->Response > Request -> > ->Response > Request -> > ->Response > etc..... -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org