Please turn JavaScript on

Recent Commits to gunicorn:master

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  3.81 / day

Message History

Merge pull request #3737 from benoitc/release/26.2.2 gunicorn 26.2.2

Read full story
gunicorn 26.2.2

Read full story
Merge pull request #3731 from benoitc/fix/asgi-connection-close fix: announce Connection: close from the ASGI worker

Read full story
fix: announce Connection: close from the ASGI worker When the ASGI worker will not reuse an HTTP/1.1 connection it closed the socket without a Connection: close header, so a client treated the response as persistent and reused a socket the server had already closed. A single predicate now decides the keepalive outcome and the response announces Connection: close whenever the co...

Read full story
Merge pull request #3729 from benoitc/release/26.2.1 gunicorn 26.2.1

Read full story