waitress icon indicating copy to clipboard operation
waitress copied to clipboard

Waitress - A WSGI server for Python 3

Results 25 waitress issues
Sort by recently updated
recently updated
newest added

fixes #418 This fixes a race condition where a quick forced socket close will make getpeername to fail and connected == False. If the request then has an error close_after_flush...

Add support for VSOCK stream sockets. Fixes: #408

Waitress should support VSOCK sockets too.

Closes #439. At this time, it contains only re-write of parsing to stdlib's `argparse`. You can test overall "look & feel" just by running `waitress-serve` with `--help`, and other arguments....

Currently, the usage of `waitress-serve` is as follows: ```console $ waitress-serve --help Usage: waitress-serve [OPTS] MODULE:OBJECT ``` This is rather inconvenient, as "application" argument is rarely change over the lifetime...