restic/internal/backend/rest
Michael Eischer 50053a85d3 rest: Adjust http2 missing eof test to golang >= 1.17.3, >= 1.16.10
The missing eof with http2 when a response included a content-length
header but no data, has been fixed in golang 1.17.3/1.16.10. Therefore
just drop the canary test and schedule it for removal once go 1.18 is
required as minimum version by restic.
2021-11-13 21:57:30 +01:00
..
config.go Hide password from repository URLs 2020-09-22 22:00:51 +02:00
config_test.go backend/rest: Ensure base URL ends with slash 2018-04-01 10:18:38 +02:00
rest.go Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
rest_int_go114_test.go rest: Adjust http2 missing eof test to golang >= 1.17.3, >= 1.16.10 2021-11-13 21:57:30 +01:00
rest_int_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
rest_test.go rest: Fix test backend url 2021-08-15 18:16:17 +02:00