mercurial/wireprotoserver.py
changeset 37644 77c9ee77687c
parent 37590 9170df9106a8
child 37783 9d818539abfa
--- a/mercurial/wireprotoserver.py	Fri Apr 13 11:21:55 2018 -0700
+++ b/mercurial/wireprotoserver.py	Wed Apr 11 18:15:51 2018 -0700
@@ -307,7 +307,7 @@
 #    Callable receiving (req, repo) that is called to obtain an API
 #    descriptor for this service. The response must be serializable to CBOR.
 API_HANDLERS = {
-    wireprotov2server.HTTPV2: {
+    wireprotov2server.HTTP_WIREPROTO_V2: {
         'config': ('experimental', 'web.api.http-v2'),
         'handler': wireprotov2server.handlehttpv2request,
         'apidescriptor': wireprotov2server.httpv2apidescriptor,