juzhiyuan commented on issue #2924:
URL: https://github.com/apache/apisix/issues/2924#issuecomment-737703243


   > @liuxiran 
   > `remote_addrs: []` and `remote_addrs: nil` are two different things in the 
backend code. The former one means: I want to match the remote_addrs, but the 
given addresses are empty. The latter one means: I don't want to match 
remote_addrs.
   > 
   > Even there is not problem today, we will be  bitten in the future if we 
don't take care about the type (Like the integer id 1 VS string id "1", and 
many other cases happened in my career).
   
   This description makes sense to me, then what's your opinion? @membphis 


----------------------------------------------------------------
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:
[email protected]


Reply via email to