Please turn JavaScript on

Recent Commits to gunicorn:master

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.07 / day

Message History

docs: state what sponsorship funds, update Revolut link Replace the generic "Why Sponsor?" list on the sponsor page with the current funding priorities, and note that what sustained sponsorship pays for goes in the release notes. Point the Revolut donation link at a reusable payment link in the README, sponsor page and FUNDING.yml.

Read full story
Merge pull request #3686 from benoitc/fix/asgi-nr-conns-server-close-3661 fix: decrement nr_conns on server-initiated close in the ASGI worker (#3661)

Read full story
test: add regression tests for #3661

Read full story
docs: changelog entry for #3661

Read full story
asgi: decrement nr_conns on server-initiated connection close The ASGI protocol shared one _closed flag for two purposes: marking the transport closed (_close_transport) and guarding the connection_lost() cleanup. On a server-initiated close (Connection: close, keepalive timeout, etc.) _close_transport() set _closed=True before asyncio reported the transport loss, so connection...

Read full story