You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks all the ASGI protocol extensions and the relevant state in Granian support.
Dedicated issues to single extensions track the single implementation state.
This issue tracks all the ASGI protocol extensions and the relevant state in Granian support.
Dedicated issues to single extensions track the single implementation state.
ASGI extensions
HTTP/2 server push (https://github.com/django/asgiref/blob/main/docs/extensions.rst#http2-server-push)– not supported by Hyper (Add HTTP/2 push support to Server hyperium/hyper#1586)Zero Copy Send (https://asgi.readthedocs.io/en/latest/extensions.html#zero-copy-send)– not applicable to Granian as involving unsharable file descriptors between Python and Rusthttp.response.pathsend
#82The text was updated successfully, but these errors were encountered: