Skip to content

Fix HTTP connection leak.

Daniel Fisher requested to merge fix-http-conn-leak into main

The S3CacheProvider should not request the S3 object until it has processed the HEAD request. Throwing NoSuchKeyException without closing the object response causes the connection to remain in close_wait. Add some useful logging categories.

Merge request reports