leslie-tsang commented on code in PR #9607:
URL: https://github.com/apache/apisix/pull/9607#discussion_r1219214717


##########
conf/config-default.yaml:
##########
@@ -69,6 +69,11 @@ apisix:
         memory_size: 50m
 
   delete_uri_tail_slash: false    # delete the '/' at the end of the URI
+
+
+  #http is the default proxy mode. proxy_mode can be oneOf http or stream or 
http&stream

Review Comment:
   ```suggestion
     #http is the default proxy mode. proxy_mode can be one of `http` or 
`stream` or `http&stream`
   ```
   It confuses me how to configure `http&stream` without reading the source 
code. Reading the description in config-default.yaml alone is not enough.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to