Enable HTTP gzip text.

This commit is contained in:
levlam 2021-03-28 01:51:51 +03:00
parent b84318fed4
commit 2ba7fd0f18

View File

@ -246,7 +246,6 @@ TEST(Http, gzip_bomb) {
}
TEST(Http, gzip) {
return;
auto gzip_str = gzdecode(base64url_decode(Slice(gzip, gzip_size)).ok()).as_slice().str();
td::ChainBufferWriter input_writer;