Changes between Initial Version and Version 1 of Ticket #33699, comment 8
- Timestamp:
- Jul 11, 2024, 3:00:10 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33699, comment 8
initial v1 13 13 As a final note: the 2 "other" big ASGI servers (not built by Andrew) actually have a "Hello World" example in their right on the homepage / in the quickstart that does in fact do no attempt to read the request (and are thus in violation of the spec as understood by Carlton): 14 14 15 * [ uvicorn](https://github.com/encode/uvicorn/blob/c23cd24e6676ee0638d014d7000af1e6e0996bd6/README.md#L58)16 * [h ypercorn](https://github.com/pgjones/hypercorn/blob/84d06b8cf47798d2df7722273341e720ec0ea102/docs/tutorials/quickstart.rst#L14)15 * [https://github.com/encode/uvicorn/blob/c23cd24e6676ee0638d014d7000af1e6e0996bd6/README.md#L58 uvicorn] 16 * [https://github.com/pgjones/hypercorn/blob/84d06b8cf47798d2df7722273341e720ec0ea102/docs/tutorials/quickstart.rst#L14 hypercorn]