You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Handler struct and matchedUpstreams function
The commit refactors the Handler struct in the handler.go file. It separates the upstreams into commonUpstreams and specialUpstreams based on the length of the Match field. The matchedUpstreams function is also updated to use the new struct fields.