mirror of
https://github.com/versity/versitygw.git
synced 2026-07-27 10:32:48 +00:00
`context` gets cancelled early before reading the full body in the `GetObject_with_range` integration test. This change defers the context cancelation to make sure the full body is ready and the context isn't canceled in the middle of the request body read.