Fix HTTP object store handling of 404s
404s weren't previously caught when a HEAD was bypassed. Additionally, ensure the stream gets closed on errors to prevent fd leaks.
Showing
Please register or sign in to comment
404s weren't previously caught when a HEAD was bypassed. Additionally, ensure the stream gets closed on errors to prevent fd leaks.