equal
deleted
inserted
replaced
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 |