Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 12705A654C for ; Thu, 11 Jun 2015 06:25:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B4B9914A1D3; Thu, 11 Jun 2015 06:25:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 1347) id 65A9114A1CB; Thu, 11 Jun 2015 06:25:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3103914A1F3 for ; Wed, 10 Jun 2015 10:37:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jDjGhAjkQBt7 for ; Wed, 10 Jun 2015 10:37:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A6FF114A1F0 for ; Wed, 10 Jun 2015 10:37:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9B3BB98; Wed, 10 Jun 2015 10:37:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 10 Jun 2015 10:37:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-mod_wsgi To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20150610103706.9B3BB98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Wed Jun 10 10:37:06 UTC 2015 Modified Files: pkgsrc/www/py-mod_wsgi: Makefile PLIST distinfo Log Message: Changes 4.4.12: Bugs Fixed 1. If the WSGI application when run under daemon mode returned response content as many small blocks, this could result in excessive memory usage in the Apache child worker process proxying the request due to many buckets being buffered until the buffer size threshold was reached. If the number of buckets reaches a builtin threshold the buffered data will now be forcibly flushed even if the size threshold hadn’t been reached. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-mod_wsgi/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-mod_wsgi/PLIST \ pkgsrc/www/py-mod_wsgi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.