2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 03:50:49 +00:00
restic/internal/backend/rest
Alexander Neumann d8ea10db8c rest: Rework handling HTTP2 zero-length replies bug
Add comment that the check is based on the stdlib HTTP2 client. Refactor
the checks into a function. Return an error if the value in the
Content-Length header cannot be parsed.
2021-07-31 17:12:24 +02:00
..
config_test.go backend/rest: Ensure base URL ends with slash 2018-04-01 10:18:38 +02:00
config.go Hide password from repository URLs 2020-09-22 22:00:51 +02:00
rest_int_go114_test.go rest: test that zero-length replies over HTTP2 work correctly 2021-07-10 17:22:42 +02: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: use global context on repository creation 2020-10-09 22:39:06 +02:00
rest.go rest: Rework handling HTTP2 zero-length replies bug 2021-07-31 17:12:24 +02:00