mirror of
https://github.com/versity/versitygw.git
synced 2026-07-22 16:03:22 +00:00
2c165a632c
Make the code scanners happy with a bounds check before we do the integer conversion from int64 to int, since this can overflow on 32 bit platforms. Best error to return here is a signature error since this is a client problem and the chunk headers are considered part of the request signature.