mercurial/wireprotov2server.py
changeset 37725 3ea8323d6f95
parent 37724 deff7cf7eefd
child 37726 0c184ca594bb
--- a/mercurial/wireprotov2server.py	Sat Apr 14 14:37:23 2018 -0700
+++ b/mercurial/wireprotov2server.py	Sat Apr 14 15:19:36 2018 -0700
@@ -26,7 +26,7 @@
     wireprototypes,
 )
 
-FRAMINGTYPE = b'application/mercurial-exp-framing-0004'
+FRAMINGTYPE = b'application/mercurial-exp-framing-0005'
 
 HTTP_WIREPROTO_V2 = wireprototypes.HTTP_WIREPROTO_V2