mercurial/wireprotov2server.py
changeset 40133 762ef19a07e3
parent 40129 293835e0fff7
child 40138 b5bf3dd6ec5b
--- a/mercurial/wireprotov2server.py	Mon Oct 08 17:10:59 2018 -0700
+++ b/mercurial/wireprotov2server.py	Mon Oct 08 17:00:16 2018 -0700
@@ -29,7 +29,7 @@
     stringutil,
 )
 
-FRAMINGTYPE = b'application/mercurial-exp-framing-0005'
+FRAMINGTYPE = b'application/mercurial-exp-framing-0006'
 
 HTTP_WIREPROTO_V2 = wireprototypes.HTTP_WIREPROTO_V2