Closed Kludex closed 1 year ago
The other day I noticed those words in the spec, and neither Uvicorn or the Starlette TestClient are following this "wait for body" constraints.
This looks like it was inherited from WSGI? (I'm not sure)
Fixes #388
Yes, it was indeed inherited from WSGI! I think it's fine to remove it given it's not followed and the world hasn't collapsed :)
Thanks Andrew 🙏
Well, that clears that up :)
The other day I noticed those words in the spec, and neither Uvicorn or the Starlette TestClient are following this "wait for body" constraints.
This looks like it was inherited from WSGI? (I'm not sure)
Fixes #388