mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use x-lzma, not x-lzma2, as the identifier
This commit is contained in:
@@ -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 },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user