From 2ba7fd0f188cd2a7459dae1dca426a544eec9fdd Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 28 Mar 2021 01:51:51 +0300 Subject: [PATCH] Enable HTTP gzip text. --- test/http.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/http.cpp b/test/http.cpp index 84b2f8817..3dbc9f940 100644 --- a/test/http.cpp +++ b/test/http.cpp @@ -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;