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 2019/12/06 13:22:56 UTC

[GitHub] [incubator-apisix] moonming commented on a change in pull request #937: optimize(radixtree_host_uri): reuse empty function.

moonming commented on a change in pull request #937: optimize(radixtree_host_uri): reuse empty function.
URL: https://github.com/apache/incubator-apisix/pull/937#discussion_r354829095
 
 

 ##########
 File path: lua/apisix/http/router/radixtree_host_uri.lua
 ##########
 @@ -83,6 +83,9 @@ local function push_host_router(route, host_routes, only_uri_routes)
 end
 
 
+local function empty_fun() end
 
 Review comment:
   `empty_fun` -> `empty_func`

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