From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 2BE7828113 for ; Fri, 15 Feb 2019 10:04:32 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3qkAfj4dgwsd for ; Fri, 15 Feb 2019 10:04:32 -0500 (EST) Received: from smtp21.mail.ru (smtp21.mail.ru [94.100.179.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id DC94E2807D for ; Fri, 15 Feb 2019 10:04:31 -0500 (EST) Date: Fri, 15 Feb 2019 18:04:29 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] httpc: set reason when status is more than 400 Message-ID: <20190215150429.ole55ykokpizwnzj@tarantool.org> References: <20190204135927.10777-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190204135927.10777-1-roman.habibov@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: alexander.turenko@tarantool.org Hello, On 04 Feb 16:59, Roman Khabibov wrote: > Set the reason "Unknown" when it is CURLE_OK and status is more than 400. > > Closes #3681 > > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3681-httpc-reason > Issue: https://github.com/tarantool/tarantool/issues/3681 I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin