2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-26 23:06:32 +00:00
restic/internal/backend/rest
Michael Eischer 8828c76f92 rest: improve handling of HTTP2 goaway
The HTTP client can only retry HTTP2 requests after receiving a GOAWAY
response if it can rewind the body. As we use a custom data type,
explicitly provide an implementation of `GetBody`.
2024-08-30 12:46:07 +02:00
..
config_test.go Enhancement: option to send HTTP over unix socket 2024-03-28 17:41:41 +01:00
config.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
rest_int_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
rest_test.go Enhancement: option to send HTTP over unix socket 2024-03-28 17:41:41 +01:00
rest_unix_test.go Enhancement: option to send HTTP over unix socket 2024-03-28 17:41:41 +01:00
rest.go rest: improve handling of HTTP2 goaway 2024-08-30 12:46:07 +02:00