You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue where using the provided BrotliFilter with default settings will cause all responses to be truncated to a Content-Length of exactly 8192 bytes.
If you adjust the parameters, even setting the compression quality to 0 still causes all routes that match that filter to be truncated.
I've looked through the jbrotli source and I can't see what could be causing this, but there aren't any headers being applied on my own end and the output is normal when the filter is not in use or isn't applied to a route.
Is there any known reason why this could be happening?
Possibly related to #14
I'm running into an issue where using the provided BrotliFilter with default settings will cause all responses to be truncated to a
Content-Lengthof exactly 8192 bytes.If you adjust the parameters, even setting the compression quality to
0still causes all routes that match that filter to be truncated.I've looked through the jbrotli source and I can't see what could be causing this, but there aren't any headers being applied on my own end and the output is normal when the filter is not in use or isn't applied to a route.
Is there any known reason why this could be happening?