mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 12:36:34 +00:00
Currently, multicluster round trippers are modifying request directly. However, golang documentation says `RoundTrip` should not modify the request. This commit fixes round trippers to clone the request before the modification. https://pkg.go.dev/net/http#RoundTripper Signed-off-by: Sunghoon Kang <hoon@linecorp.com>