Revolyssup commented on code in PR #12563:
URL: https://github.com/apache/apisix/pull/12563#discussion_r2309640167
##########
apisix/plugins/ai-proxy-multi.lua:
##########
@@ -30,6 +30,7 @@ local ipairs = ipairs
local type = type
local priority_balancer = require("apisix.balancer.priority")
+local endpoint_regex = "^(https?)://([^:/]+):?(%d*)/?.*$"
Review Comment:
I guess its parsed differently in the website vs the lua code.
1. is no issue. its parsed correctly as can be confirmed by tests.
2. It does match otherwise tests would be failing.
--
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]