mirror of
https://github.com/versity/versitygw.git
synced 2026-01-10 05:17:25 +00:00
For large directories, the treewalk can take longer than the client request timeout. If the client times out the request then we need to stop walking the filesystem and just return the context error. This should prevent the gateway from consuming system resources uneccessarily after an incoming request is terminated.