Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-28 | Moving request limit control to libunit. | Max Romanov | 1 | -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-20 | Python: support for multiple targets. | Oisin Canty | 1 | -3/+1 | |
2020-11-18 | Libunit: closing active requests on quit. | Max Romanov | 1 | -0/+1 | |
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 1 | -0/+2 | |
Introducing manual protocol selection for 'universal' apps and frameworks. | |||||
2020-11-05 | Python: request processing in multiple threads. | Max Romanov | 1 | -11/+22 | |
This closes #459 issue on GitHub. | |||||
2020-10-01 | Python: ASGI server introduced. | Max Romanov | 1 | -0/+60 | |
This closes #461 issue on GitHub. |