patch for fixing http2 test

This commit is contained in:
Olof hagsand 2021-05-09 22:12:33 +02:00
parent 6ed2202638
commit 7023fe589f
2 changed files with 1 additions and 2 deletions

View file

@ -786,7 +786,6 @@ alpn_select_proto_cb(SSL *ssl,
if (clicon_debug_get())
dump_alpn_proto_list(in, inlen);
inp = (unsigned char*)in;
/* select http/1.1 */
inp = (unsigned char*)in;
while ((len = *inp) != 0) {