Why does `ResourceLoadingHandler.loadPath()` filte...
# http4k
a
Why does
ResourceLoadingHandler.loadPath()
filter out requests for octet streams? I'm trying to host an HLS stream, but the
static
server is returning 404s for every binary segment after the text playlist.
I've had to override the
ResourceLoadingHandler
with a monkey patch to ignore the filter on octet stream