summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python_asgi.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-28Moving request limit control to libunit.Max Romanov1-1/+0
Introducting application graceful stop. For now only used when application process reach request limit value. This closes #585 issue on GitHub.
2021-05-20Python: support for multiple targets.Oisin Canty1-3/+1
2020-11-18Libunit: closing active requests on quit.Max Romanov1-0/+1
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov1-0/+2
Introducing manual protocol selection for 'universal' apps and frameworks.
2020-11-05Python: request processing in multiple threads.Max Romanov1-11/+22
This closes #459 issue on GitHub.
2020-10-01Python: ASGI server introduced.Max Romanov1-0/+60
This closes #461 issue on GitHub.