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/03/12 15:16:45 UTC

[GitHub] [incubator-apisix] qiujiayu commented on a change in pull request #1217: enable local DNS

qiujiayu commented on a change in pull request #1217: enable local DNS
URL: https://github.com/apache/incubator-apisix/pull/1217#discussion_r391693351
 
 

 ##########
 File path: lua/apisix.lua
 ##########
 @@ -532,8 +531,9 @@ end
 end -- do
 
 
-function _M.stream_init()
+function _M.stream_init(args)
     core.log.info("enter stream_init")
+    parse_args(args)
 
 Review comment:
   I check again the code, not need.
   

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


With regards,
Apache Git Services