1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-01 12:09:03 +00:00
Commit graph

1 commit

Author SHA1 Message Date
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