You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/03/07 10:54:20 UTC

[httpcomponents-client] branch master updated (f8653a0 -> fa11ab3)

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git.


    from f8653a0  Upgrade HttpCore to version 5.0-beta7
     add 74ae768  Fixed examples broken by HttpCore upgrade
     add 39023df  Bug fix: main async request execution handlers to release teh associated response consumer upon exception
     add d950fa6  Bug fix: Simple response consumer to discard stored content when releasing resources
     add 285674e  HttpClient should retry requests in case of ConnectionClosedException
     add 7146a36  Bug fix: Fixed broken data generation logic in AsyncRandomHandler (affects test code only)
     new fa11ab3  Merge branch 'bug-fixes'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../examples/fluent/FluentResponseHandling.java    |  3 +-
 .../client5/testing/async/AsyncRandomHandler.java  | 10 ++--
 .../http/examples/ClientChunkEncodedPost.java      |  1 -
 ...allback.java => SimpleAsyncEntityConsumer.java} | 55 +++++++++++++---------
 .../http/async/methods/SimpleResponseConsumer.java |  3 +-
 .../http/impl/DefaultHttpRequestRetryHandler.java  |  8 +++-
 .../http/impl/async/Http2AsyncMainClientExec.java  |  4 ++
 .../http/impl/async/HttpAsyncMainClientExec.java   |  4 ++
 8 files changed, 55 insertions(+), 33 deletions(-)
 copy httpclient5/src/main/java/org/apache/hc/client5/http/async/methods/{IgnoreCompleteExceptonFutureCallback.java => SimpleAsyncEntityConsumer.java} (52%)


[httpcomponents-client] 01/01: Merge branch 'bug-fixes'

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit fa11ab38eb5c0867f1253794ee82d4704bb9e77a
Merge: f8653a0 7146a36
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Mar 7 11:51:28 2019 +0100

    Merge branch 'bug-fixes'

 .../examples/fluent/FluentResponseHandling.java    |  3 +-
 .../client5/testing/async/AsyncRandomHandler.java  | 10 ++--
 .../http/examples/ClientChunkEncodedPost.java      |  1 -
 ...onsumer.java => SimpleAsyncEntityConsumer.java} | 60 +++++++++++++---------
 .../http/async/methods/SimpleResponseConsumer.java |  3 +-
 .../http/impl/DefaultHttpRequestRetryHandler.java  |  8 ++-
 .../http/impl/async/Http2AsyncMainClientExec.java  |  4 ++
 .../http/impl/async/HttpAsyncMainClientExec.java   |  4 ++
 8 files changed, 57 insertions(+), 36 deletions(-)