Skip to content

Commit

Permalink
Experiment with disabling the expiration of keep-alive connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-allanc committed Apr 15, 2020
1 parent a3c45a3 commit 0bb15fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheroot/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ def tick(self):
# Just drop the conn. TODO: write 503 back?
conn.close()

self.connections.expire()
#self.connections.expire()

@property
def interrupt(self):
Expand Down

0 comments on commit 0bb15fc

Please sign in to comment.