mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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.
18 lines
550 B
Plaintext
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>
|
|
|