socketify.py/src/socketify
Mike Piecuch 26709f4086
Fix Response.send_chunk() and helpers.sendfile() (#150)
2023-12-26 14:23:08 -03:00
..
native fix several bugs, segfault and memory leak 2023-03-19 13:18:29 -03:00
uWebSockets@f33291d10a update uWS 2023-07-12 13:05:45 -03:00
__init__.py fix several bugs, segfault and memory leak 2023-03-19 13:18:29 -03:00
__main__.py first cli.py and some improvements 2022-12-07 09:38:42 -03:00
asgi.py expose block option and also close function on WSGI and ASGI, also avoids exceptions on __del__ 2023-06-27 13:55:10 -03:00
cli.py fix forks 2023-03-12 16:08:54 -03:00
dataclasses.py more 10% to 20% in PyPy async 2023-02-08 20:54:14 -03:00
helpers.py more WSGI stuff 2023-03-14 15:31:40 -03:00
libsocketify_darwin_amd64.so [GitHub Actions] Updated darwin-amd64 2023-07-12 16:35:36 +00:00
libsocketify_darwin_arm64.so [GitHub Actions] Updated darwin-arm64 binaries 2023-07-12 16:47:45 +00:00
libsocketify_linux_amd64.so [GitHub Actions] Updated linux-amd64 binaries 2023-07-12 16:20:53 +00:00
libsocketify_windows_amd64.dll [GitHub Actions] Updated windows-amd64 binaries 2023-07-12 18:46:11 +00:00
loop.py support uvloop 2023-06-24 17:12:08 -03:00
native.py fix several bugs, segfault and memory leak 2023-03-19 13:18:29 -03:00
socketify.py Fix Response.send_chunk() and helpers.sendfile() (#150) 2023-12-26 14:23:08 -03:00
ssgi.py WS extensions 2023-01-08 16:29:26 -03:00
status_codes.py use black as code formatter 2022-11-16 16:28:46 -03:00
tasks.py actually fix tasks now 2023-08-22 00:25:04 -03:00
uv.py more 10% to 20% in PyPy async 2023-02-08 20:54:14 -03:00
wsgi.py expose block option and also close function on WSGI and ASGI, also avoids exceptions on __del__ 2023-06-27 13:55:10 -03:00