zll600 commented on code in PR #11032:
URL: https://github.com/apache/apisix/pull/11032#discussion_r1524304093
##########
apisix/cli/schema.lua:
##########
@@ -199,6 +199,9 @@ local config_schema = {
dns_resolver_valid = {
type = "integer",
},
+ enable_http2 = {
Review Comment:
I set `true` for it in
https://github.com/apache/apisix/pull/11032/files#diff-8d872babc717e9d733641b56bfc530ef98751fbe4e68f08d79b2b83109c22fffR36.
Because I think `HTTP/2` is production ready. Many users need it.
Default value is `true` can make user use APISIX easier.
What do you think?
--
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]