From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 35D5446970E for ; Mon, 23 Dec 2019 14:38:24 +0300 (MSK) Date: Mon, 23 Dec 2019 14:38:21 +0300 From: Alexander Turenko Message-ID: <20191223113821.wv7nq32aeahcvqsz@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v5 0/3] httpc: add curl accept_encoding option and relevant fixes List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Kosarev Cc: tarantool-patches@dev.tarantool.org LGTM. > Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/gh-4232-curlopt-accept-encoding > Issues: https://github.com/tarantool/tarantool/issues/4232 > https://github.com/tarantool/tarantool/issues/4579 > httpc: fix assertion fail after curl write error Pushed to master, 2.2, 1.10. > httpc: add curl accept_encoding option Pushed to master (with minor wording fixes, answered to the relevant email). > httpc: handle bad Content-Encoding with curl-7.67.0+ Pushed to master, 2.2, 1.10. Postponed libcurl submodule update until 7.68.0 will be released: https://github.com/tarantool/tarantool/issues/4698