From 76df93fdf466ff036becc2bd52da9eae73b73561 Mon Sep 17 00:00:00 2001 From: Lucas Pardue Date: Wed, 28 Oct 2015 11:04:09 +0000 Subject: [PATCH] h2load: do not overwrite protocol value --- src/h2load.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/h2load.cc b/src/h2load.cc index c798b25b..882c3c36 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -594,7 +594,6 @@ int Client::connection_made() { } #endif // OPENSSL_VERSION_NUMBER >= 0x10002000L - next_proto = nullptr; if (next_proto) { if (util::check_h2_is_selected(next_proto, next_proto_len)) { session = make_unique(this);