summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python_asgi_websocket.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-28Moving request limit control to libunit.Max Romanov1-0/+4
Introducting application graceful stop. For now only used when application process reach request limit value. This closes #585 issue on GitHub.
2020-11-05Python: request processing in multiple threads.Max Romanov1-9/+12
This closes #459 issue on GitHub.
2020-10-01Python: ASGI server introduced.Max Romanov1-0/+1084
This closes #461 issue on GitHub.