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 11:11:55 UTC

[httpcomponents-core] branch master updated (72cb34c -> 69f884c)

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-core.git.


    from 72cb34c  Upgraded HttpCore version to 5.0-beta8-SNAPSHOT
     add 055a1ec  Bug fix: basic entity consumers to clear buffered content when releasing resources
     add e605bfc  Bug fix: HTTP/1.1 stream duplexer when being in the graceful shutdown state can have null output handler
     new 69f884c  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:
 .../org/apache/hc/core5/testing/nio/Http1IntegrationTest.java    | 9 ++++++++-
 .../apache/hc/core5/http/impl/nio/ServerHttp1StreamDuplexer.java | 5 +++--
 .../hc/core5/http/nio/entity/BasicAsyncEntityConsumer.java       | 1 +
 .../hc/core5/http/nio/entity/StringAsyncEntityConsumer.java      | 1 +
 4 files changed, 13 insertions(+), 3 deletions(-)


[httpcomponents-core] 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-core.git

commit 69f884cd6f8ce9a54a452867fe9d89a11730f856
Merge: 72cb34c e605bfc
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Mar 7 12:08:58 2019 +0100

    Merge branch 'bug-fixes'

 .../org/apache/hc/core5/testing/nio/Http1IntegrationTest.java    | 9 ++++++++-
 .../apache/hc/core5/http/impl/nio/ServerHttp1StreamDuplexer.java | 5 +++--
 .../hc/core5/http/nio/entity/BasicAsyncEntityConsumer.java       | 1 +
 .../hc/core5/http/nio/entity/StringAsyncEntityConsumer.java      | 1 +
 4 files changed, 13 insertions(+), 3 deletions(-)