This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-core.
commit 79bfa6d232003ce58d90ab86ad4c228ee17ebcab Merge: a0581cf cab6142 Author: Emmanuel Bourg <[email protected]> Date: Fri Feb 21 19:49:02 2014 +0100 Merge tag 'upstream/4.3.2' Upstream version 4.3.2 NOTICE.txt | 2 +- RELEASE_NOTES.txt | 24 ++++ httpcore-ab/pom.xml | 2 +- httpcore-nio/pom.xml | 2 +- .../org/apache/http/examples/nio/NHttpClient.java | 9 ++ .../http/nio/entity/BufferingNHttpEntity.java | 0 .../nio/entity/ConsumingNHttpEntityTemplate.java | 0 .../apache/http/nio/entity/ContentListener.java | 0 .../apache/http/nio/entity/NHttpEntityWrapper.java | 0 .../http/nio/entity/SkipContentListener.java | 0 .../impl/nio/codecs/AbstractContentEncoder.java | 4 +- .../apache/http/impl/nio/codecs/ChunkDecoder.java | 25 ++-- .../nio/reactor/DefaultConnectingIOReactor.java | 15 ++- .../apache/http/nio/pool/AbstractNIOConnPool.java | 35 ++++-- .../nio/protocol/HttpAsyncRequestExecutor.java | 7 +- .../apache/http/nio/protocol/HttpAsyncService.java | 132 +++++++++++---------- .../apache/http/nio/reactor/ssl/SSLIOSession.java | 20 ++-- .../http/impl/nio/codecs/TestChunkDecoder.java | 24 +++- .../TestClientOutOfSequenceResponse.java | 107 +++++++++++++++++ .../nio/protocol/TestHttpAsyncRequestExecutor.java | 23 ++++ .../http/nio/protocol/TestHttpAsyncService.java | 68 ++--------- httpcore-osgi/pom.xml | 2 +- httpcore/pom.xml | 2 +- .../org/apache/http/entity/ByteArrayEntity.java | 2 + .../org/apache/http/pool/AbstractConnPool.java | 32 ++--- pom.xml | 8 +- 26 files changed, 358 insertions(+), 187 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

