From owner-freebsd-ports-bugs@freebsd.org Tue Aug 25 03:47:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8AB39C1AB2 for ; Tue, 25 Aug 2015 03:47:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA8DE1EC8 for ; Tue, 25 Aug 2015 03:47:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7P3lDcK094993 for ; Tue, 25 Aug 2015 03:47:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202637] www/lighttpd: 1.4.36 has header corruption, and breaks under load Date: Tue, 25 Aug 2015 03:47:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peter@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 03:47:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202637 Bug ID: 202637 Summary: www/lighttpd: 1.4.36 has header corruption, and breaks under load Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: peter@FreeBSD.org CC: pkubaj@riseup.net Flags: maintainer-feedback?(pkubaj@riseup.net) CC: pkubaj@riseup.net This is a preliminary report. The 1.4.36 update badly breaks freebsd-update. It appears that lighttpd is decoding the http requests badly. 2015-08-25 03:13:47: (request.c.712) invalid character in key GET /10.2-RELEASE/amd64/f/05a1e9b7b0583d98cdf1d5b6020f2f25446002a8efe0417395b75757a1ddefe5.gz HTTP/1.1\r\nHost: update2.freebsd.org\r\nUs 0 -> 400 2015-08-25 03:13:47: (request.c.715) request-header:\nGET /10.2-RELEASE/amd64/f/05a1e9b7b0583d98cdf1d5b6020f2f25446002a8efe0417395b75757a1ddefe5.gz HTTP/1.1\r\nHost: update2.freebsd.org\r\nUs This manifests in the freebsd-update / portsnap clients like this: http://update2.freebsd.org/10.2-RELEASE/amd64/f/0c301f89e862e5165519e7c65dccffbb22b3b8c5ef5db7267f98dc04812feb4d.gz: 200 OK http://update2.freebsd.org/10.2-RELEASE/amd64/f/0c302f734e8bc0df8e4a1c26f98e7c1fa1fa837858cc24769908a0ab46b0e313.gz: 400 Error (ignored) http://update2.freebsd.org/10.2-RELEASE/amd64/f/41065db0a842bfe35bc8f79877b4c5c8077bab9ccd34a4451b09b3cf6e079e64.gz: 200 OK We are seeing: * 400 bad-request errors * corrupt data transfers (this is the most serious problem) * spurious, transient 404 not-found errors. Reverting to 1.4.35_05 solves it, but obviously that's not a good solution. -- You are receiving this mail because: You are the assignee for the bug.