diff options
author | adam <adam@pkgsrc.org> | 2015-06-10 10:37:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-06-10 10:37:06 +0000 |
commit | ab789bc8e5d3bb92e26ac6a41f30f45e2b73b2ae (patch) | |
tree | fd1b831f7019cfc6fb78276a9d6c594959434460 /www/py-mod_wsgi/Makefile | |
parent | ab7647e3a3529ed01e9494f0ed223c9e72cb31b3 (diff) | |
download | pkgsrc-ab789bc8e5d3bb92e26ac6a41f30f45e2b73b2ae.tar.gz |
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.
Diffstat (limited to 'www/py-mod_wsgi/Makefile')
-rw-r--r-- | www/py-mod_wsgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-mod_wsgi/Makefile b/www/py-mod_wsgi/Makefile index 00cfe74b8e7..6e4135719a8 100644 --- a/www/py-mod_wsgi/Makefile +++ b/www/py-mod_wsgi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2015/02/24 08:17:40 markd Exp $ +# $NetBSD: Makefile,v 1.4 2015/06/10 10:37:06 adam Exp $ -DISTNAME= mod_wsgi-4.4.8 +DISTNAME= mod_wsgi-4.4.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/m/mod_wsgi/ |