From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 6F78F4696C3 for ; Fri, 10 Apr 2020 11:29:00 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id n23so1236949ljg.3 for ; Fri, 10 Apr 2020 01:29:00 -0700 (PDT) Date: Fri, 10 Apr 2020 11:28:58 +0300 From: Cyrill Gorcunov Message-ID: <20200410082858.GO3072@uranus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 11/13] coio: fix obsoleted comment in coio_write_timeout List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Fri, Apr 10, 2020 at 05:50:49AM +0300, Alexander Turenko wrote: > The comment was added in 52765de65b8304424ef3d7014952f9fa55ee46f4, but > becomes non-actual since 1.6.6-21-gc74abc786 ('Implement special > TimedOut exception type and use it in coio and latch.') > > Part of #4031 Acked-by: Cyrill Gorcunov