Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81781 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55477 invoked from network); 4 Feb 2015 08:41:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 08:41:53 -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.192.44 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.44 mail-qg0-f44.google.com Received: from [209.85.192.44] ([209.85.192.44:33600] helo=mail-qg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/00-55046-F4BD1D45 for ; Wed, 04 Feb 2015 03:41:53 -0500 Received: by mail-qg0-f44.google.com with SMTP id l89so199809qgf.3 for ; Wed, 04 Feb 2015 00:41:49 -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=6LwC6COkHgvmPjsT7+NChTPF4a1Yk0ddNw+GEwl/aSQ=; b=xz/ELvy/xN62vtzvExIU/jZ4Ul/qAUaEyAY8JbizjkDxpLmBb6iRdC9TkeiLOyXONP JobtsHhycjk5aIhPENcb5SqcqLBi1srd6maqoSzLN/3bMmoWCbmUHMATxFNqeakJEzxr Jj9QVpRo0vopxYt2C4a1loAE9RFU0fZgOEXJ8TwmdMs1xYZmqLdxDzuatyxcehbJGvAy CA6xwehenQLxS7L/KvnTPicba2wJnMpjwWohMdwP3eccRsGkKj+kgC3wax33LlNWAUr+ kwU1FSbx7t3dnvgsPJtwGVClVsSWMnMKp/his2kau2OBV0bNp4RDxPL/Z6kRSPxR1Ba8 rYxw== X-Received: by 10.224.161.138 with SMTP id r10mr61855260qax.21.1423039309197; Wed, 04 Feb 2015 00:41:49 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.28.72 with HTTP; Wed, 4 Feb 2015 00:41:08 -0800 (PST) In-Reply-To: <54D1D6C0.6070004@php.net> References: <54D1C946.5080804@gmail.com> <54D1D6C0.6070004@php.net> Date: Wed, 4 Feb 2015 17:41:08 +0900 X-Google-Sender-Auth: 6XLmASGAI4PQGgFZJ1hspXdaH9w Message-ID: To: Michael Wallner Cc: Stanislav Malyshev , PHP Internals Content-Type: multipart/alternative; boundary=089e014953ec86b791050e3f2879 Subject: Re: [PHP-DEV] removing http line folding support? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e014953ec86b791050e3f2879 Content-Type: text/plain; charset=UTF-8 Hi all, On Wed, Feb 4, 2015 at 5:22 PM, Michael Wallner wrote: > Don't we prevent that already? > http://lxr.php.net/xref/PHP_5_6/main/SAPI.c#749 > I don't expect there is such web server, but \r\r is allowed by this code. I remember that there was mail server treats \r\r as double end of lines... Perhaps, improve it? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e014953ec86b791050e3f2879--