Skip to content

fix: avoid modifying the original http.Request in RoundTripper

According to the RoundTripper documentation, RoundTrip should not modify the request except for consuming and closing the Request's Body

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading