mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 04:35:15 +00:00
Fixes #444. For some clients using chunked uploads with a zero length file, the content length value from the request headers was coming back as an empty string. If this happens, just set it to "0" so that we can successfully parse this to int value.