Phil Jones
Phil Jones
Does it work if you uninstall Flask from your environment?
This nicely touches on a few things which I'll outline, but we can add the shim if required. Firstly Quart has not yet reached version 1, which means I'm happy...
It is both. At the moment there is no way for the app to place back pressure on the server. In the ASGI setup this could be done, for example,...
I would guess this is Hypercorn trying to create workers - does it work if you specify only one worker?
I think it is worth asking on Uvicorn's issues as I think the exit code is being raised by it.
> As I pointed out there, limiting the body size is better handled by the HTTP (or WSGI) server. I don't think it should be done at the server level,...
Thanks for the [Quart](https://gitlab.com/pgjones/quart) suggestion, I'd be very happy to accept contributions to it. I've tried to answer why I think Flask can't do what Django has done in this...
I've a request not to lowercase the incoming headers for a use case whereby Hypercorn is used as a proxy and the casing is sensitive downstream. Not lower-casing, does however...
I've been asked about trailing headers as a [Hypercorn issue](https://gitlab.com/pgjones/hypercorn/issues/93#note_272647759) - do you think it could be supported as an ASGI extension?
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....