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 D399217248 for ; Wed, 28 Jan 2015 12:50:39 +0000 (UTC) Received: (qmail 12727 invoked by uid 500); 28 Jan 2015 12:50:40 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 12678 invoked by uid 500); 28 Jan 2015 12:50:40 -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 12667 invoked by uid 99); 28 Jan 2015 12:50:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 12:50:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 76386E03EE; Wed, 28 Jan 2015 12:50:39 +0000 (UTC) From: hirthwork To: dev@hc.apache.org Reply-To: dev@hc.apache.org Message-ID: Subject: [GitHub] httpasyncclient pull request: Customizable CharsetDecoder in Async... Content-Type: text/plain Date: Wed, 28 Jan 2015 12:50:39 +0000 (UTC) GitHub user hirthwork opened a pull request: https://github.com/apache/httpasyncclient/pull/2 Customizable CharsetDecoder in AsyncCharConsumer Some servers doesn't specify Content-Type header, while sending response in UTF-8. This change will allow to consume such servers responses properly. Also, this will allow to specify content-type specific default charset. For example, application/json rfc requires unicode representation, so for json-responses UTF-8 can be used as the default charset. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hirthwork/httpasyncclient trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/httpasyncclient/pull/2.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2 ---- commit 2dbcbbad103d478183fd2cd538bc06d93bb21c6b Author: Dmitry Potapov Date: 2015-01-28T12:47:16Z Customizable CharsetDecoder in AsyncCharConsumer ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org