pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-mod_wsgi
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.
Home |
Main Index |
Thread Index |
Old Index