This is an automated email from the ASF dual-hosted git repository.
kgiusti pushed a change to branch 1.17.x
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.
from c949a77 DISPATCH-2259: use hostname when setting connection hostname
new 1dfc140 DISPATCH-2260: HTTP/1.x: fix deletion of httpConnector and
httpListener
new fd44505 DISPATCH-2264: Fix for router crash when deleting listener
new 4930a80 DISPATCH-2261: close dispatcher out link on connector delete
The 3 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:
include/qpid/dispatch/protocol_adaptor.h | 12 ++
src/adaptors/http1/http1_adaptor.c | 19 +--
src/adaptors/http1/http1_client.c | 26 +++-
src/adaptors/http1/http1_private.h | 6 +-
src/adaptors/http1/http1_server.c | 73 +++++++-----
src/adaptors/http2/http2_adaptor.c | 37 ++++--
src/adaptors/tcp_adaptor.c | 38 ++++--
src/router_core/connections.c | 6 +-
src/router_core/router_core_private.h | 15 +--
tests/system_test.py | 2 +-
tests/system_tests_http1_adaptor.py | 197 ++++++++++++++++++++++---------
tests/system_tests_http2.py | 54 ++++++++-
tests/system_tests_tcp_adaptor.py | 187 +++++++++++++----------------
13 files changed, 425 insertions(+), 247 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]