Fix ALPN when testing multiple IPs

This commit is contained in:
Laine Gholson 2015-12-13 13:16:37 -06:00
parent d43351e2cb
commit d0122698ed

View File

@ -2485,6 +2485,7 @@ run_spdy() {
run_http2() {
local tmpstr
local -i ret=0
local had_alpn_proto
pr_bold " HTTP2/ALPN "
if ! http2_pre ; then