mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Requests sent by S3 are retriable, so when request.write_body() is called, it should keep everything intact in case http client will call it again. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#20579