mirror of
https://github.com/versity/versitygw.git
synced 2026-07-20 15:02:23 +00:00
54e2c39df1
Fixes #1426 Fiber returns a custom error, if it fails to parse the `Content-Length` header. This implementation adds a check in the fiber global error handler to return an empty `400` Bad Request error, if fiber fails to parse the `Content-Length` header.