mirror of
https://github.com/versity/versitygw.git
synced 2026-04-19 12:15:02 +00:00
Fixes #1271 In the `Versioning_GetObject_success` integration test the contexts are canceled before reading the full request body after `GetObject`. Changes the behaviour to defer the context cancelation, to be sure it's canceled after the full request body is read.