summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python_asgi_http.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21Python: bytearray body support for ASGI module.Andrei Zeliankou1-12/+19
2021-10-28Moving request limit control to libunit.Max Romanov1-2/+4
2021-07-20Python: fixing exceptions in Future.set_result for ASGI implementation.Max Romanov1-23/+32
2021-07-20Python: fixing ASGI receive() issues.Max Romanov1-33/+54
2020-11-18Python: improving ASGI http send message processing.Max Romanov1-12/+13
2020-11-18Libunit: closing active requests on quit.Max Romanov1-1/+51
2020-11-05Python: request processing in multiple threads.Max Romanov1-14/+22
2020-10-01Python: ASGI server introduced.Max Romanov1-0/+591