patch for fixing http2 test
This commit is contained in:
parent
6ed2202638
commit
7023fe589f
2 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue