mercurial/wireprotoserver.py
changeset 37292 3d0e2cd86e05
parent 37289 5fadc63ac99f
child 37295 45b39c69fae0
--- a/mercurial/wireprotoserver.py	Mon Mar 26 10:50:36 2018 -0700
+++ b/mercurial/wireprotoserver.py	Mon Mar 26 14:34:32 2018 -0700
@@ -36,7 +36,7 @@
 HGTYPE = 'application/mercurial-0.1'
 HGTYPE2 = 'application/mercurial-0.2'
 HGERRTYPE = 'application/hg-error'
-FRAMINGTYPE = b'application/mercurial-exp-framing-0002'
+FRAMINGTYPE = b'application/mercurial-exp-framing-0003'
 
 HTTPV2 = wireprototypes.HTTPV2
 SSHV1 = wireprototypes.SSHV1