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 2021/09/04 08:51:05 UTC

[httpcomponents-core] branch 5.1.x updated (fc43294 -> aec1a6c)

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

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


    from fc43294  HTTPCORE-683: fixed incorrect recovery from hostname resolution failures by the I/O session pool
     add aec1a6c  Bug fix: async HTTP/1.1 server side protocol handler fails to correctly terminate message exchanges with identity transfer encoded responses

No new revisions were added by this update.

Summary of changes:
 .../hc/core5/testing/nio/Http1IntegrationTest.java | 112 ++++++++++++++++++---
 .../http/impl/nio/AbstractHttp1StreamDuplexer.java |   8 ++
 .../http/impl/nio/ServerHttp1StreamDuplexer.java   |   8 +-
 3 files changed, 115 insertions(+), 13 deletions(-)