mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
link tickets in the changelog
This commit is contained in:
parent
3796d3efde
commit
ce1b29f66b
@ -10,11 +10,11 @@ Changes
|
|||||||
Core
|
Core
|
||||||
++++
|
++++
|
||||||
|
|
||||||
- fix #785: handle binary type address given to a client socket address
|
- fix `#785 <https://github.com/benoitc/gunicorn/issues/785>`_: handle binary type address given to a client socket address
|
||||||
- fix graceful shutdown. make sure QUIT and TERMS signals are switched
|
- fix graceful shutdown. make sure QUIT and TERMS signals are switched
|
||||||
everywhere.
|
everywhere.
|
||||||
- support loading config from module (#799)
|
- support loading config from module (`#799 <https://github.com/benoitc/gunicorn/issues/799>`_)
|
||||||
- fix check for file-like objects (#805)
|
- fix check for file-like objects (`#805 <https://github.com/benoitc/gunicorn/issues/805>`_)
|
||||||
|
|
||||||
Tornado worker
|
Tornado worker
|
||||||
++++++++++++++
|
++++++++++++++
|
||||||
@ -27,18 +27,18 @@ Tornado worker
|
|||||||
AioHttp worker
|
AioHttp worker
|
||||||
++++++++++++++
|
++++++++++++++
|
||||||
|
|
||||||
- fix: fetch all body in input. fix #803
|
- fix: fetch all body in input. fix `#803 <https://github.com/benoitc/gunicorn/issues/803>`_
|
||||||
- fix: don't install the worker if python < 3.3
|
- fix: don't install the worker if python < 3.3
|
||||||
|
|
||||||
Logging
|
Logging
|
||||||
+++++++
|
+++++++
|
||||||
|
|
||||||
- add statsd logging handler fix #748
|
- add statsd logging handler fix `#748 <https://github.com/benoitc/gunicorn/issues/748>`_
|
||||||
|
|
||||||
Extra
|
Extra
|
||||||
+++++
|
+++++
|
||||||
|
|
||||||
- fix RuntimeError in gunicorn.reloader (#807)
|
- fix RuntimeError in gunicorn.reloader (`#807 <https://github.com/benoitc/gunicorn/issues/807>`_)
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user