From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 1398346970E for ; Thu, 19 Dec 2019 11:12:21 +0300 (MSK) Date: Thu, 19 Dec 2019 11:12:20 +0300 From: Kirill Yukhin Message-ID: <20191219081220.2k5eek5n7qq3yeog@tarantool.org> References: <20191207131014.84735-1-olegrok@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191207131014.84735-1-olegrok@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] httpc: consider "verbose" option correctly List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: olegrok@tarantool.org Cc: Oleg Babin , tarantool-patches@dev.tarantool.org Hello, On 07 дек 16:10, olegrok@tarantool.org wrote: > From: Oleg Babin > > Before this patch if user passed {verbose = false} > to http client it was considered as "true" > > This patch fixes such behaviour and takes into account > user's value I've checked your patch into 1.10, 2.2 and master. -- Regards, Kirill Yukhin