Firstsawyou commented on issue #3865:
URL: https://github.com/apache/apisix/issues/3865#issuecomment-802893821


   Hi, @ShaoZeMing  
   Thank you for your report. After testing, I found that there are problems 
with the use of `hsot + header` and `host` when different routes have the same 
uri.
   Assuming that the route response data of `host` is `a`, and the route 
response data of `hsot + header` is `b`, then there are two situations:
   1. When the route id of `host` is greater than the route id of `hsot + 
header`, the result of the request is normal.
   2. When the route id of `host` is less than the route id of `hsot + header`, 
the result of the request is abnormal, and all response data is `a`.
   
   We need to fix this bug.


-- 
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:
us...@infra.apache.org


Reply via email to