uvicorn icon indicating copy to clipboard operation
uvicorn copied to clipboard

An ASGI web server, for Python. 🦄

Results 207 uvicorn issues
Sort by recently updated
recently updated
newest added

# Summary This pull request fixes the issue where a hanging lifetime operation would cause the application to become unresponsive to Ctrl+C (SIGINT). Previously, if the startup and shutdown of...

### Initial Checks - [x] I confirm this was discussed, and the maintainers suggest I open an issue. - [x] I'm aware that if I created this issue without a...

### Initial Checks - [x] I confirm this was discussed, and the maintainers suggest I open an issue. - [x] I'm aware that if I created this issue without a...

I'd like to try this for a bit, if I observe myself not caring, then I'll drop it.

### Discussed in https://github.com/Kludex/uvicorn/discussions/2736 Originally posted by **sm-Fifteen** October 21, 2025 I was about to file this as an issue, but it's not 100% clear if this is specifically Uvicorn's...

### Discussion Link https://github.com/Kludex/uvicorn/discussions/2688 ### Description As discussed in the discussion, standard brings too many opposite things. Split this extra into at least two, like a "development" with watchman and...

## Description Server completely hangs when receiving JSON POST requests above a certain size threshold (around 15 line items in our case, ~171 bytes). Requests never reach FastAPI middleware or...

### Checklist - [x] There are no similar issues or pull requests for this yet. - [ ] I discussed this idea on the [community chat](https://gitter.im/encode/community) and feedback is positive....

### Initial Checks - [x] I confirm this was discussed, and the maintainers suggest I open an issue. - [x] I'm aware that if I created this issue without a...

# Summary [Winloop 0.3.0](https://github.com/Vizonex/Winloop/releases/tag/v0.3.0) just shipped with Python 3.14 support; I’ve tested it with some semi-large FastAPI apps on Windows and they ran fine. Since it claims to be in...