Path to this page:
Subject: CVS commit: pkgsrc/www/py-mod_wsgi
From: Adam Ciarcinski
Date: 2017-12-16 08:46:30
Message id: 20171216074630.7D8A8FB40@cvs.NetBSD.org
Log Message:
py-mod_wsgi: updated to 4.5.24
Version 4.5.24:
Bugs Fixed
Using mod_wsgi in daemon mode on Solaris would cause a process hang or max out \
CPU usage. Caused by change of variable type to unsigned to get rid of compiler \
warnings, without fixing how condition check using variable was done.
Problem could also affect non Solaris systems if total number of HTTP headers \
and other variables passed in WSGI environ was greater than 1024. Affected \
Solaris all the time due to it having a limit of only 16 in operating system for \
same code, meaning hit problem immediately.
Files: