wklken commented on issue #12436:
URL: https://github.com/apache/apisix/issues/12436#issuecomment-3079070498
```lua
local function parse_domain_in_route(route)
local nodes = route.value.upstream.nodes
local new_nodes, err = upstream_util.parse_domain_for_nodes(nodes)
```
`nodes = route.value.upstream.nodes` should be the origin
one(`host=httpbin`), but it seems been assign to the new_nodes(with `host=ip,
domain=httpbin`)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]