You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/08/06 20:04:04 UTC

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #815: DISPATCH-1744: refactor common HTTP code

ganeshmurthy commented on a change in pull request #815:
URL: https://github.com/apache/qpid-dispatch/pull/815#discussion_r466655625



##########
File path: python/qpid_dispatch/management/qdrouter.json
##########
@@ -1103,6 +1103,16 @@
                     "required": false,
                     "description": "Name of the sslProfile..",
                     "create": true
+                },
+                "protocolVersion": {
+                    "description": "The version of the HTTP protocol supported by this listener.",
+                    "type": [
+                        "HTTP/1.x",
+                        "HTTP/2.0"
+                    ],
+                    "default": "HTTP/2.0",

Review comment:
       Please default to HTTP/1.x




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org