support tls extension#22
Conversation
davidbrochart
left a comment
There was a problem hiding this comment.
I cannot review that code, since I don't know much about TLS. Could you tell a bit more about it, was it copied from another project or something?
Also, I see that you made some changes in quic.py, but do you know that anycorn doesn't support HTTP/3?
| Anycorn is a fork of [Hypercorn](https://github.com/pgjones/hypercorn) where `asyncio` and | ||
| [Trio](https://trio.readthedocs.io) compatibility is delegated to AnyIO, instead of having a | ||
| separate code base for each. Anycorn forked from version 0.16.0 of Hypercorn. | ||
| separate code base for each. Anycorn forked from version 0.16.0 of Hypercorn that supports [tls extension](https://asgi.readthedocs.io/en/latest/specs/tls.html). |
There was a problem hiding this comment.
Do you mean that Hypercorn v0.16.0 supports TLS extension? The sentence sounds like it.
There was a problem hiding this comment.
fixed that in the next push
Ill add more documentation to the links. I did not copy that from another project. I mainly followed the explanation in https://asgi.readthedocs.io/en/latest/specs/tls.html. I tried to keep the interfaces in sync, thats why I edited |
closes #21