2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-22 02:32:21 +00:00
restic/internal/selfupdate
greatroar d4aadfa389 all: Drop ctxhttp
This package is no longer needed, since we can use the stdlib's
http.NewRequestWithContext.

backend/rclone already did, but it needed a different error check due to
a difference between net/http and ctxhttp.

Also, store the http.Client by value in the REST backend (changed to a
pointer when ctxhttp was introduced) and use errors.WithStack instead
of errors.Wrap where the message was no longer accurate. Errors from
http.NewRequestWithContext will start with "net/http" or "net/url", so
they're easy to identify.
2022-10-14 14:33:49 +02:00
..
download_unix.go
download_windows.go
download.go
github.go all: Drop ctxhttp 2022-10-14 14:33:49 +02:00
verify.go