Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.45k stars 175 forks source link

Future support for HTTP/3? #375

Open NovaAndrom3da opened 2 years ago

NovaAndrom3da commented 2 years ago

Is HTTP/3 in the roadmap for waitress? Or has someone done this on a fork? Any help would be much appreciated.

digitalresistor commented 2 years ago

Until there are good libraries available for it in Python, it is unlikely that Waitress will support it. As it currently stands HTTP/3 is not yet standardized and is a rapidly changing target.

NovaAndrom3da commented 2 years ago

Could this be somehow acieved using (iirc) the AIOQUIC module?