summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python_asgi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Python: support for multiple targets.Oisin Canty1-17/+20
2020-12-29Libunit: processing single port message.Max Romanov1-13/+28
2020-11-18Libunit: closing active requests on quit.Max Romanov1-1/+14
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov1-23/+98
2020-11-05Python: fixing some arguments reference counting.Max Romanov1-33/+130
2020-11-05Python: request processing in multiple threads.Max Romanov1-186/+304
2020-10-01Python: ASGI server introduced.Max Romanov1-0/+1227