| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always encode the responses to utf-8 and set Content-Type | Bert JW Regeer | 2022-04-21 | 1 | -4/+4 |
| | | |||||
| * | Add REMOTE_URI to the WSGI environ. | Shane Hathaway | 2021-05-11 | 1 | -0/+2 |
| | | | | | CHANGES.txt entry included. | ||||
| * | Allow tasks to notice if client disconnected | Viktor Dick | 2020-10-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | This inserts a callable `waitress.client_disconnected` into the environment that allows the task to check if the client disconnected while waiting for the response at strategic points in the execution, allowing to cancel the operation. It requires setting the new adjustment `channel_request_lookahead` to a value larger than 0, which continues to read requests from a channel even if a request is already being processed on that channel, up to the given count, since a client disconnect is detected by reading from a readable socket and receiving an empty result. | ||||
| * | Black formatting update | Bert JW Regeer | 2020-09-07 | 1 | -1/+4 |
| | | |||||
| * | Add isort to the project | Bert JW Regeer | 2020-08-15 | 1 | -1/+1 |
| | | |||||
| * | Bare super() | Bert JW Regeer | 2020-08-15 | 1 | -1/+1 |
| | | |||||
| * | socket.error/IOError -> OSError | Bert JW Regeer | 2020-08-15 | 1 | -1/+1 |
| | | |||||
| * | Remove object from class definition | Bert JW Regeer | 2020-08-15 | 1 | -6/+6 |
| | | |||||
| * | Update thread name to contain thread number | Bert JW Regeer | 2020-05-27 | 1 | -2/+2 |
| | | | | | This way loggers that use the thread name display useful information | ||||
| * | Move tests to top directory | Bert JW Regeer | 2020-04-16 | 1 | -0/+1001 |
