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/12/05 15:53:07 UTC

[httpcomponents-client] branch master updated (8602215 -> 070f30f)

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 8602215  Upgraded Conscrypt dependency to version 2.2.1
     add 070f30f  Fixed session i/o and wire logging in async clients

No new revisions were added by this update.

Summary of changes:
 .../http/impl/async/H2AsyncClientBuilder.java      |   2 +-
 .../async/H2AsyncClientEventHandlerFactory.java    |  12 +-
 .../http/impl/async/HttpAsyncClientBuilder.java    |   2 +-
 .../async/HttpAsyncClientEventHandlerFactory.java  |  12 +-
 .../client5/http/impl/async/LoggingIOSession.java  | 129 ++++++---------------
 ...allback.java => LoggingIOSessionDecorator.java} |  21 ++--
 .../http/impl/async/MinimalH2AsyncClient.java      |   2 +-
 .../http/impl/async/MinimalHttpAsyncClient.java    |   2 +-
 .../nio/DefaultManagedAsyncClientConnection.java   |   3 +-
 9 files changed, 60 insertions(+), 125 deletions(-)
 copy httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/{LoggingExceptionCallback.java => LoggingIOSessionDecorator.java} (64%)