reproxy/app
Nikita Shoshin 2b92c11cc9 fix redirects
Before this change redirects didn't work because method `Service.extendMapper` didn't copy
the value of `URLMapper.RedirectType` to the extended result.

To fix this we return the original `URLMapper` instead of creating a new one (it can also help
to avoid similar bugs in the future). We can reuse `URLMapper` because it is passed
by value.
2023-05-13 22:48:22 -05:00
..
discovery fix redirects 2023-05-13 22:48:22 -05:00
mgmt update linter and address all lint warns 2021-11-09 12:47:41 -06:00
plugin drop legacy rand.Seed 2023-02-27 14:51:25 -06:00
proxy increase timeout a little for a flaky test 2023-02-26 16:21:16 -06:00
main_test.go drop legacy rand.Seed 2023-02-27 14:51:25 -06:00
main.go drop legacy rand.Seed 2023-02-27 14:51:25 -06:00