mercurial/wireprotov2server.py
changeset 37725 3ea8323d6f95
parent 37724 deff7cf7eefd
child 37726 0c184ca594bb
equal deleted inserted replaced
37724:deff7cf7eefd 37725:3ea8323d6f95
    24     wireproto,
    24     wireproto,
    25     wireprotoframing,
    25     wireprotoframing,
    26     wireprototypes,
    26     wireprototypes,
    27 )
    27 )
    28 
    28 
    29 FRAMINGTYPE = b'application/mercurial-exp-framing-0004'
    29 FRAMINGTYPE = b'application/mercurial-exp-framing-0005'
    30 
    30 
    31 HTTP_WIREPROTO_V2 = wireprototypes.HTTP_WIREPROTO_V2
    31 HTTP_WIREPROTO_V2 = wireprototypes.HTTP_WIREPROTO_V2
    32 
    32 
    33 def handlehttpv2request(rctx, req, res, checkperm, urlparts):
    33 def handlehttpv2request(rctx, req, res, checkperm, urlparts):
    34     from .hgweb import common as hgwebcommon
    34     from .hgweb import common as hgwebcommon