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 2D3A72731F for ; Mon, 25 Feb 2019 09:51:11 -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 fE97qS8b4aWO for ; Mon, 25 Feb 2019 09:51:11 -0500 (EST) Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 DB9FE2731D for ; Mon, 25 Feb 2019 09:51:10 -0500 (EST) Date: Mon, 25 Feb 2019 17:51:08 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] httpc: add checking of headers in httpc:request Message-ID: <20190225145108.lg4qs3d2rwedzdgr@tarantool.org> References: <20181221181844.4417-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181221181844.4417-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 21 Dec 21:18, Roman Khabibov wrote: > Add function that checks the value of each header. It must be 'string' or 'table' > with '__tostring' metamethod. > > Closes #3679 > --- > > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3679-httpc-request > Issue: https://github.com/tarantool/tarantool/issues/3679 I've checked your patch into 2.1 and 1.10 branch. -- Regards, Kirill Yukhin