Browse Source

Use x-lzma, not x-lzma2, as the identifier

Nick Mathewson 7 years ago
parent
commit
2655a72d89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/compress.c

+ 1 - 1
src/common/compress.c

@@ -285,7 +285,7 @@ static const struct {
 } compression_method_names[] = {
   { "gzip", GZIP_METHOD },
   { "deflate", ZLIB_METHOD },
-  { "x-lzma2", LZMA_METHOD },
+  { "x-lzma", LZMA_METHOD },
   { "x-zstd" , ZSTD_METHOD },
   { "identity", NO_METHOD },