It seems like the `GZip` filter will compress the ...
# http4k
m
It seems like the
GZip
filter will compress the response no matter how small it is. It would be nice to have some minimum size threshold, since "compressing" a very small peace of data will make it larger and just add overhead. Maybe 256 bytes would be a good lower threshold.
💚 1