diff -r deff7cf7eefd -r 3ea8323d6f95 mercurial/wireprotov2server.py --- 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