mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-17 08:05:07 +00:00
34a1b58a75
As of go 1.8, headers are copied on redirect, so we no longer need to do this manually. See https://github.com/golang/go/issues/4800 and https://go-review.googlesource.com/c/go/+/28930 for more context on go behaviour. Fixes #5042