mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
An update to fasthttp has deprecated the VisitAll() method for an iterator function All() that can be used to range over all headers. This should fix the staticcheck warnings for calling the deprecated function.