asgiref icon indicating copy to clipboard operation
asgiref copied to clipboard

Noted Daphne as original, rather than current, reference server.

Open carltongibson opened this issue 3 years ago • 4 comments

As per https://github.com/django/daphne/issues/264 — Daphne lacks Lifespan support, and shouldn't now be labelled the reference implementation.

Just a wording tweak to that effect.

carltongibson avatar May 10 '22 17:05 carltongibson

Sorry to be noisy on this PR. But as we are here, some lines below hypercorn is mentioned as "beta"... Is it still, tho?

Kludex avatar May 10 '22 17:05 Kludex

@Kludex — I wondered that. Perhaps @pgjones could add an edit.

carltongibson avatar May 10 '22 18:05 carltongibson

Beta is probably a good description. The HTTP/3 support isn't finalised, I've not implemented a technique to handle workers that die yet, and I'm thinking of supporting WSGI without middleware. I also looked at the TLS extension, but I don't think it is implementable in its current form. So some things to do in the beta state.

pgjones avatar May 10 '22 19:05 pgjones

Beta is probably a good description. The HTTP/3 support isn't finalised, I've not implemented a technique to handle workers that die yet, and I'm thinking of supporting WSGI without middleware. I also looked at the TLS extension, but I don't think it is implementable in its current form. So some things to do in the beta state.

Hi, I've implement TLS extension for hypercorn here. This is a fork of hypercorn, the implemention is borrowed from a pr in uvicorn and I hope that would help.

synodriver avatar Jun 03 '22 15:06 synodriver