From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 2835D469719 for ; Thu, 29 Oct 2020 22:11:44 +0300 (MSK) Date: Thu, 29 Oct 2020 22:12:10 +0300 From: Alexander Turenko Message-ID: <20201029191210.bp4lknwwfmxrtm2o@tkn_work_nb> References: <20200622183433.64739-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200622183433.64739-1-arkholga@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] netbox: fix empty error message List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olga Arkhangelskaia Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On Mon, Jun 22, 2020 at 09:34:33PM +0300, Olga Arkhangelskaia wrote: > When the connection was not established yet netbox reported empty error > while executing a remote request. > Closes #4787 > --- > Branch OKriw/gh-4787-netbox-reports-empty-error Pushed the last version of the patch into master, 2.6, 2.5, 1.10. WBR, Alexander Turenko.