From 9abfb1a53b7f7b791444d1378e645d8fad9b06ed Mon Sep 17 00:00:00 2001 From: yazevnul <yazevnul@yandex-team.ru> Date: Thu, 10 Feb 2022 16:46:48 +0300 Subject: Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 2 of 2. --- library/cpp/http/fetch/httpzreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/http/fetch/httpzreader.h') diff --git a/library/cpp/http/fetch/httpzreader.h b/library/cpp/http/fetch/httpzreader.h index fe106dabf7..68eb00853d 100644 --- a/library/cpp/http/fetch/httpzreader.h +++ b/library/cpp/http/fetch/httpzreader.h @@ -107,7 +107,7 @@ public: int err = inflate(&Stream, Z_SYNC_FLUSH); - //Y_ASSERT(Stream.avail_in == 0); + //Y_ASSERT(Stream.avail_in == 0); switch (err) { case Z_OK: -- cgit v1.2.3