mirror of
https://github.com/versity/versitygw.git
synced 2026-06-06 02:52:36 +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.