mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Use x-lzma, not x-lzma2, as the identifier
This commit is contained in:
parent
0274ea749a
commit
2655a72d89
@ -285,7 +285,7 @@ static const struct {
|
|||||||
} compression_method_names[] = {
|
} compression_method_names[] = {
|
||||||
{ "gzip", GZIP_METHOD },
|
{ "gzip", GZIP_METHOD },
|
||||||
{ "deflate", ZLIB_METHOD },
|
{ "deflate", ZLIB_METHOD },
|
||||||
{ "x-lzma2", LZMA_METHOD },
|
{ "x-lzma", LZMA_METHOD },
|
||||||
{ "x-zstd" , ZSTD_METHOD },
|
{ "x-zstd" , ZSTD_METHOD },
|
||||||
{ "identity", NO_METHOD },
|
{ "identity", NO_METHOD },
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user