summaryrefslogtreecommitdiff
path: root/src/waitress/channel.py
Commit message (Expand)AuthorAgeFilesLines
* Only close socket in the main threadBert JW Regeer2022-05-241-8/+10
* Flush data from the application threadBert JW Regeer2022-01-171-8/+38
* blackShane Hathaway2021-05-111-2/+2
* Allow tasks to notice if client disconnectedViktor Dick2020-10-251-121/+156
* Black formatting updateBert JW Regeer2020-09-071-3/+1
* Stop marking socket as readable when flushing dataBert JW Regeer2020-08-161-3/+42
* Add isort to the projectBert JW Regeer2020-08-151-11/+2
* No cover wide exceptionBert JW Regeer2020-08-151-1/+1
* socket.error/IOError -> OSErrorBert JW Regeer2020-08-151-2/+2
* Remove object from class definitionBert JW Regeer2020-08-151-1/+1
* stabilize buffer behavior with multiple requests on the same connectionMichael Merickel2020-05-201-3/+13
* Move source code to src folderBert JW Regeer2020-04-161-0/+414