Commit 76df93fd authored by Lucas Pardue's avatar Lucas Pardue

h2load: do not overwrite protocol value

parent 1aa8e8cd
......@@ -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<Http2Session>(this);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment