mercurial/wireprotov2server.py
changeset 37722 89a16704114c
parent 37657 23c4ddda7bbe
child 37724 deff7cf7eefd
--- a/mercurial/wireprotov2server.py	Sat Apr 14 11:49:06 2018 -0700
+++ b/mercurial/wireprotov2server.py	Sat Apr 14 12:07:31 2018 -0700
@@ -26,7 +26,7 @@
     wireprototypes,
 )
 
-FRAMINGTYPE = b'application/mercurial-exp-framing-0003'
+FRAMINGTYPE = b'application/mercurial-exp-framing-0004'
 
 HTTP_WIREPROTO_V2 = wireprototypes.HTTP_WIREPROTO_V2
 
@@ -309,8 +309,7 @@
         encoded = cbor.dumps(rsp.value, canonical=True)
         action, meta = reactor.onbytesresponseready(outstream,
                                                     command['requestid'],
-                                                    encoded,
-                                                    iscbor=True)
+                                                    encoded)
     else:
         action, meta = reactor.onapplicationerror(
             _('unhandled response type from wire proto command'))