D3230: wireproto: extract HTTP version 2 code to own module

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Apr 11 16:36:47 UTC 2018


durin42 added inline comments.

INLINE COMMENTS

> httppeer.py:507
>  
> -        url = '%s/api/%s/%s/%s' % (self.url, wireprotoserver.HTTPV2, permission,
> -                                   name)
> +        url = '%s/api/%s/%s/%s' % (self.url, wireprotov2server.HTTPV2,
> +                                   permission, name)

nit: should we (as a cleanup step) rename this to something that doesn't sound like it means RFC7540?

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3230

To: indygreg, #hg-reviewers
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list