This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/quic-latest by this push:
new b64517c Fix assertion in quic_client
b64517c is described below
commit b64517ca7a70dbb53413975851b8e957f7a14bf1
Author: scw00 <[email protected]>
AuthorDate: Tue May 15 08:35:39 2018 +0800
Fix assertion in quic_client
---
cmd/traffic_quic/quic_client.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/traffic_quic/quic_client.cc b/cmd/traffic_quic/quic_client.cc
index 5710b78..a39d160 100644
--- a/cmd/traffic_quic/quic_client.cc
+++ b/cmd/traffic_quic/quic_client.cc
@@ -135,7 +135,7 @@ QUICClientApp::start(const char *path)
if (error->cls != QUICErrorClass::NONE) {
Error("%s", error->msg);
- ink_assert(abort);
+ ink_assert(!error->msg);
}
// TODO: move to transaction
--
To stop receiving notification emails like this one, please contact
[email protected].