diff -r 0664be4f0c1f -r ad1c07008e0b tests/wireprotohelpers.sh --- a/tests/wireprotohelpers.sh Sat Apr 14 09:57:44 2018 -0700 +++ b/tests/wireprotohelpers.sh Sat Apr 14 11:49:57 2018 -0700 @@ -6,6 +6,10 @@ } sendhttpv2peer() { + hg --verbose debugwireproto --nologhandshake --peer http2 http://$LOCALIP:$HGPORT/ +} + +sendhttpv2peerhandshake() { hg --verbose debugwireproto --peer http2 http://$LOCALIP:$HGPORT/ }