2024-08-30 12:58:32 +00:00
Bugfix: Improve HTTP/2 support for REST backend
2024-08-26 13:32:43 +00:00
2024-08-30 12:58:32 +00:00
If `rest-server` tried to gracefully shut down an HTTP/2 connection still in
use by the client, it could result in the following error:
2024-08-26 13:32:43 +00:00
```
http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
```
2024-08-31 15:28:24 +00:00
This issue has now been resolved.
2024-08-26 13:32:43 +00:00
https://github.com/restic/restic/pull/5018
https://forum.restic.net/t/receiving-http2-goaway-messages-with-windows-restic-v0-17-0/8367