mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
was this one we missed?
svn:r8666
This commit is contained in:
parent
e618c15aff
commit
c639fd8258
@ -920,7 +920,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
|
||||
description1 = "as deflated";
|
||||
else if (compression == GZIP_METHOD)
|
||||
description1 = "as gzipped";
|
||||
else if (compression == 0)
|
||||
else if (compression == NO_METHOD)
|
||||
description1 = "as uncompressed";
|
||||
else
|
||||
description1 = "with an unknown Content-Encoding";
|
||||
|
Loading…
Reference in New Issue
Block a user