| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-07-20 | Python: fixing ASGI receive() issues. | Max Romanov | 1 | -33/+54 | |
| The receive() call never blocks for a GET request and always returns the same empty body message. The Starlette framework creates a separate task when receive() is called in a loop until an 'http.disconnect' message is received. The 'http.disconnect' message was previously issued after the response header had been sent. However, the correct behavior is to respond with 'http.disconnect' after sending the response is complete. This closes #564 issue on GitHub. | |||||
| 2020-11-18 | Python: improving ASGI http send message processing. | Max Romanov | 1 | -12/+13 | |
| 2020-11-18 | Libunit: closing active requests on quit. | Max Romanov | 1 | -1/+51 | |
| 2020-11-05 | Python: request processing in multiple threads. | Max Romanov | 1 | -14/+22 | |
| This closes #459 issue on GitHub. | |||||
| 2020-10-01 | Python: ASGI server introduced. | Max Romanov | 1 | -0/+591 | |
| This closes #461 issue on GitHub. | |||||
