rest: remove workaround for content-length handling bug

This commit is contained in:
Michael Eischer
2022-11-26 12:09:01 +01:00
parent 8ad231bcad
commit 530f129a39
3 changed files with 1 additions and 121 deletions

View File

@@ -1,7 +1,7 @@
Change: Update dependencies and require Go 1.18 or newer
We've updated most dependencies. Since some libraries require newer language
features we're dropping support for Go 1.15 - 1.17, which means that restic now
features, we're dropping support for Go 1.15 - 1.17, which means that restic now
requires at least Go 1.18 to build.
https://github.com/restic/restic/pull/4041