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/11/05 09:10:58 UTC

[httpcomponents-core] branch 4.4.x updated (eb7d8d5 -> 37b35f4)

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

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


    from eb7d8d5  [HTTPASYNC-152] Adds state in SessionRequestImpl to avoid race condition in changing multiple variables (#157)
     add a5defd9  HTTPASYNC-152: non-blocking connection pool to automatically close all newly created sessions when being shut down
     add 37b35f4  HTTPCORE-612: DefaultConnectionReuseStrategy incorrectly used int to represent Content-Length value instead of long

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/http/impl/nio/reactor/AbstractIOReactor.java | 2 +-
 .../src/main/java/org/apache/http/nio/pool/AbstractNIOConnPool.java   | 4 ++++
 .../java/org/apache/http/impl/DefaultConnectionReuseStrategy.java     | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)