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 2020/10/24 00:53:32 UTC

[GitHub] [apisix] membphis commented on a change in pull request #2507: change(batch-requests): limit the body size to 1M

membphis commented on a change in pull request #2507:
URL: https://github.com/apache/apisix/pull/2507#discussion_r511217172



##########
File path: apisix/core/request.lua
##########
@@ -16,12 +16,15 @@
 --
 
 local lfs = require("lfs")
+local log = require "apisix.core.log"

Review comment:
       code style: `require("****")`




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