This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
from 9a4b0d1 [fix] Fix a crash when closing a connection while connecting
(#136)
new 5bded8b [fix] Use authoritative argument correctly in
BinaryProtoLookupService::findBroker (#146)
new e6a8a64 Fix segfault caused by socket I/O on a closed io_service
(#168)
new 9350d1b [fix] Fix hostname verification (#126)
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:
.../setup-test-service-container.sh | 26 +++---
... => start-mim-test-service-inside-container.sh} | 49 ++---------
lib/BinaryProtoLookupService.cc | 4 +-
lib/ClientConnection.cc | 12 +--
lib/ClientConnection.h | 9 +-
pulsar-test-service-start.sh | 10 +--
test-conf/{client-ssl.conf => client-ssl-mim.conf} | 6 +-
test-conf/hn-verification/broker-cert.pem | 27 ++++++
test-conf/hn-verification/broker-key.pem | 28 +++++++
test-conf/hn-verification/cacert.pem | 29 +++++++
...standalone-ssl.conf => standalone-ssl-mim.conf} | 12 +--
tests/AuthPluginTest.cc | 97 +++++++++++++++++++++-
12 files changed, 224 insertions(+), 85 deletions(-)
copy pkg/apk/build-apk.sh => build-support/setup-test-service-container.sh
(65%)
copy build-support/{start-test-service-inside-container.sh =>
start-mim-test-service-inside-container.sh} (51%)
copy test-conf/{client-ssl.conf => client-ssl-mim.conf} (87%)
create mode 100644 test-conf/hn-verification/broker-cert.pem
create mode 100644 test-conf/hn-verification/broker-key.pem
create mode 100644 test-conf/hn-verification/cacert.pem
copy test-conf/{standalone-ssl.conf => standalone-ssl-mim.conf} (98%)