We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9e18f commit afb8ebdCopy full SHA for afb8ebd
src/fr-command-cfile.c
@@ -476,6 +476,9 @@ fr_command_cfile_test (FrCommand *comm)
476
if (is_mime_type (comm->mime_type, "application/x-gzip")) {
477
compress_cmd = "gzip";
478
}
479
+ else if (is_mime_type (comm->mime_type, "application/x-brotli")) {
480
+ compress_cmd = "brotli";
481
+ }
482
else if (is_mime_type (comm->mime_type, "application/x-bzip")) {
483
compress_cmd = "bzip2";
484
0 commit comments