You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/22 02:12:33 UTC

[GitHub] [apisix] arthur-zhang commented on a change in pull request #5044: feat: Support Follow Scheme Requests

arthur-zhang commented on a change in pull request #5044:
URL: https://github.com/apache/apisix/pull/5044#discussion_r713539178



##########
File path: apisix/schema_def.lua
##########
@@ -438,7 +438,7 @@ local upstream_schema = {
         },
         scheme = {
             default = "http",
-            enum = {"grpc", "grpcs", "http", "https"}
+            enum = {"grpc", "grpcs", "http", "https","http_auto"}

Review comment:
       space here




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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