Skip to content

Commit

Permalink
Revert "Experiment with disabling the expiration of keep-alive connec…
Browse files Browse the repository at this point in the history
…tions."

This reverts commit 0bb15fc.
  • Loading branch information
morucci committed May 29, 2020
1 parent 0bb15fc commit d54ccce
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 d54ccce

Please sign in to comment.