tests/wireprotohelpers.sh
changeset 37718 ad1c07008e0b
parent 37540 693cb3768943
child 37722 89a16704114c
--- 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/
 }