Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81782 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57035 invoked from network); 4 Feb 2015 08:45:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 08:45:31 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qc0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:51831] helo=mail-qc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/60-55046-B2CD1D45 for ; Wed, 04 Feb 2015 03:45:31 -0500 Received: by mail-qc0-f178.google.com with SMTP id b13so189480qcw.9 for ; Wed, 04 Feb 2015 00:45:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=vuGsXq9o6yFVJVF1EtODwdnBibCBWvkG87HeOPbxAFo=; b=WNdLcQvmE8u1dcNUgOCBbayLsgJCk3syrxfxgaB3FPbjRKmjn4udwGMilCxcoxoEiX GQ28GWntTvvnc+KkpIfXdP6KFdkeO5LnORvYtAYmmDnQna+FNLWXSNsRn3bBpH8JetIl bmxL1QykzvpHRbqhYOE88BA6CwYzgF87MgqDA2OjPb6QUdAosJ2LMFgQyRGcgY22L4rt FFGqrLX5CQ5oosmaDTIIWVNP19aDNTvRiAtvcu5PFm8LX8GP5bkvoFH01IVAHEWGlQxc 2f9n3AIl+4YJGuRGFw1xDCEhAD4/eBU8mg2iJasdoxYatpc/cdFKOt4CG9beAV8BO1dY CyKg== X-Received: by 10.224.28.198 with SMTP id n6mr62013175qac.15.1423039528569; Wed, 04 Feb 2015 00:45:28 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.28.72 with HTTP; Wed, 4 Feb 2015 00:44:48 -0800 (PST) In-Reply-To: <54D1C946.5080804@gmail.com> References: <54D1C946.5080804@gmail.com> Date: Wed, 4 Feb 2015 17:44:48 +0900 X-Google-Sender-Auth: paBtJuJCLP5-pPzGzlhoeq8hSP8 Message-ID: To: Stanislav Malyshev Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c2cc9a9a11a0050e3f35af Subject: Re: [PHP-DEV] removing http line folding support? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c2cc9a9a11a0050e3f35af Content-Type: text/plain; charset=UTF-8 Hi Stas, On Wed, Feb 4, 2015 at 4:24 PM, Stanislav Malyshev wrote: > So, my question is - any objections for dropping this functionality? I'd > be inclined to drop it in all versions from 5.4 up since it may still be > confusing some not too smart clients that don't implement full spec, and > frankly to me it doesn't seem of any use anyhow, but if you disagree, > please explain. > I think you mean remove it all. +1 Otherwise, add \r\r rejection code. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c2cc9a9a11a0050e3f35af--