From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (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 75F0D442BB9 for ; Tue, 24 Mar 2020 02:12:38 +0300 (MSK) From: Vladislav Shpilevoy References: <0f1501d5fdd8$f21e6860$d65b3920$@tarantool.org> Message-ID: Date: Tue, 24 Mar 2020 00:12:36 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v1.2] evio: workaround for wsl1 so_linger assertion List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timur Safin Cc: tarantool-patches@dev.tarantool.org, Cyrill Gorcunov I pushed the patch to master, 2.3, 2.2, 1.10. On 22/03/2020 20:21, Vladislav Shpilevoy wrote: > Hi! Thanks for the patch! > > LGTM. >