zll600 commented on code in PR #10989:
URL: https://github.com/apache/apisix/pull/10989#discussion_r1511978414


##########
apisix/cli/ops.lua:
##########
@@ -407,7 +413,12 @@ Please modify "admin_key" in conf/config.yaml .
 
             if ip_port_to_check[addr] == nil then
                 table_insert(listen_table,
-                        {ip = ip, port = port, enable_http2 = enable_http2})
+                        {

Review Comment:
   because I want to add a new field `enable_quic`. If I add `enable_quic` 
directly, the length of this line will be too long to cause a lint error.



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