Skip to content

Commit afb8ebd

Browse files
sponomarevraveit65
authored andcommitted
Added test integrity for brotli
1 parent ab9e18f commit afb8ebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/fr-command-cfile.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,9 @@ fr_command_cfile_test (FrCommand *comm)
476476
if (is_mime_type (comm->mime_type, "application/x-gzip")) {
477477
compress_cmd = "gzip";
478478
}
479+
else if (is_mime_type (comm->mime_type, "application/x-brotli")) {
480+
compress_cmd = "brotli";
481+
}
479482
else if (is_mime_type (comm->mime_type, "application/x-bzip")) {
480483
compress_cmd = "bzip2";
481484
}

0 commit comments

Comments
 (0)