gunicorn/THANKS
Paul J. Davis abb4f2a765 Reseed the random number generator after fork().
Web applications use random numbers for things like sessions, if
we don't reseed then each worker will generate the same sequence
of random numbers which can lead to security concerns.

Thanks to Jonas Borgström for the patch.
2010-08-19 19:01:16 -04:00

18 lines
550 B
Plaintext

Gunicorn THANKS
=====================
A number of people have contributed to Gunicorn by reporting problems,
suggesting improvements or submitting changes. Some of these people are:
Curt Micol <asenchi@asenchi.com>
Eric Florenzano <floguy@gmail.com>
Johan Bergström <bugs@bergstroem.nu>
Xavier Grangier <grangier@gmail.com>
Sergey Shepelev <temotor@gmail.com>
Chris Dent <chris.dent@gmail.com>
Matt Good <matt@matt-good.net>
Randall Leeds <randall.leeds@gmail.com>
thomasst <http://github.com/thomasst>
Jonas Borgström <http://github.com/jborg>