mercurial/wireprotov2server.py
changeset 37653 b2fa1591fb44
parent 37644 77c9ee77687c
child 37657 23c4ddda7bbe
--- a/mercurial/wireprotov2server.py	Fri Apr 13 12:31:34 2018 -0700
+++ b/mercurial/wireprotov2server.py	Fri Apr 13 12:31:56 2018 -0700
@@ -385,6 +385,7 @@
     caps = {
         'commands': {},
         'compression': compression,
+        'framingmediatypes': [FRAMINGTYPE],
     }
 
     for command, entry in wireproto.commandsv2.items():