Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99022 invoked from network); 4 Feb 2015 10:58:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 10:58:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.173 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.173 mail-we0-f173.google.com Received: from [74.125.82.173] ([74.125.82.173:59959] helo=mail-we0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/19-55046-D3BF1D45 for ; Wed, 04 Feb 2015 05:58:05 -0500 Received: by mail-we0-f173.google.com with SMTP id w62so1017243wes.4 for ; Wed, 04 Feb 2015 02:58:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XiZ7vQGLjgI30e4j0Uvy69Wan0rH3h/dpvwoxFKX+8I=; b=zT81iyuKOMHzTDhJCbVLXUIUXIylGlkwhs0aI45fwQhzRpx1K5sLBuM0Ptgr4sBoCP EeTYnJtKyBa5f0/I2HtcCQ083RT6DbIpuMCs5H2NGuK8W0Lbi9M9zr74RRQOslXUEulP ug1yhW0M6cK+LUv21EgJ8zvjISduzKlOT9yzt7EQMT5WqnZdjl7ee3DScifl2so8ygDI NyjO9X2Ph+sGTFqHJGN28fq9S9BPsvIiR1ptCL3XQM10gVMYen6moIbWiG4/4yhIeFjj kSCnogmZL6w5cvIsejVOIA/DuOQB+zRF7C2WNXneV2qg6Fh/37+JbvAAMCOlw1CZOuyt 5zBw== MIME-Version: 1.0 X-Received: by 10.180.5.131 with SMTP id s3mr44950433wis.82.1423047482714; Wed, 04 Feb 2015 02:58:02 -0800 (PST) Received: by 10.216.50.139 with HTTP; Wed, 4 Feb 2015 02:58:02 -0800 (PST) In-Reply-To: <54D1E05B.2050907@gmail.com> References: <54D1C946.5080804@gmail.com> <54D1D6C0.6070004@php.net> <54D1DDE9.5040307@gmail.com> <54D1DFF6.1050301@beccati.com> <54D1E05B.2050907@gmail.com> Date: Wed, 4 Feb 2015 10:58:02 +0000 Message-ID: To: Stanislav Malyshev Cc: Matteo Beccati , Michael Wallner , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] removing http line folding support? From: leight@gmail.com (Leigh) On 4 February 2015 at 09:03, Stanislav Malyshev wrote: > > I'd rather not mangle supplied data in such sensitive area. If it's > wrong, then it's wrong. Agreed with this approach.