Release v0.64.0
Added
- The new
proxy.ParseError
error which contains an index of the line of the upstream list.
Changed
proxy.ParseUpstreamsConfig
is now returns wrapped error containingproxy.ParseError
. It also skips empty lines and comments.
proxy.ParseError
error which contains an index of the line of the upstream list.proxy.ParseUpstreamsConfig
is now returns wrapped error containing proxy.ParseError
. It also skips empty lines and comments.