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 A9F6126745 for ; Fri, 15 Jun 2018 10:24:23 -0400 (EDT) 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 DrapiqkrvHxR for ; Fri, 15 Jun 2018 10:24:23 -0400 (EDT) Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 5FF0A26741 for ; Fri, 15 Jun 2018 10:24:23 -0400 (EDT) From: Ilya Markov Subject: [tarantool-patches] [http.client 0/2] Fix parsing headers Date: Fri, 15 Jun 2018 17:24:09 +0300 Message-Id: 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: georgy@tarantool.org Cc: tarantool-patches@freelists.org Ilya Markov (2): http: Remove parsed status line from headers http: Fix parse long headers names branch: gh-3451-http-client-bad-headers-parse src/http_parser.c | 81 ++++++++++++++++++++++++++------------- src/http_parser.h | 14 ++++--- src/lua/httpc.c | 45 ++++++++++++++-------- test/app-tap/http_client.test.lua | 9 ++++- test/app-tap/httpd.py | 1 + 5 files changed, 102 insertions(+), 48 deletions(-) -- 2.7.4