spacewander commented on issue #2119:
URL: https://github.com/apache/apisix/issues/2119#issuecomment-769544191
Now we can use:
```lua
matched_uri = ctx.curr_req_matched._path or ""
matched_host = ctx.curr_req_matched._host or ""
```
instead.
----------------------------------------------------------------
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]