.coveragerc
.gitignore
.travis.yml
CHANGES.txt
CONTRIBUTORS.txt
COPYRIGHT.txt
HISTORY.txt
LICENSE.txt
README.rst
RELEASING.txt
TODO.txt
appveyor.yml
contributing.md
rtd.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci-linux.yml
.github/workflows/ci-macos.yml
.github/workflows/ci-windows.yml
waitress/__init__.py
waitress/__main__.py
waitress/adjustments.py
waitress/buffers.py
waitress/channel.py
waitress/compat.py
waitress/parser.py
waitress/proxy_headers.py
waitress/receiver.py
waitress/rfc7230.py
waitress/runner.py
waitress/server.py
waitress/task.py
waitress/trigger.py
waitress/utilities.py
waitress/wasyncore.py
waitress.egg-info/PKG-INFO
waitress.egg-info/SOURCES.txt
waitress.egg-info/dependency_links.txt
waitress.egg-info/entry_points.txt
waitress.egg-info/not-zip-safe
waitress.egg-info/requires.txt
waitress.egg-info/top_level.txt
waitress/tests/__init__.py
waitress/tests/test_adjustments.py
waitress/tests/test_buffers.py
waitress/tests/test_channel.py
waitress/tests/test_compat.py
waitress/tests/test_functional.py
waitress/tests/test_init.py
waitress/tests/test_parser.py
waitress/tests/test_proxy_headers.py
waitress/tests/test_receiver.py
waitress/tests/test_regression.py
waitress/tests/test_runner.py
waitress/tests/test_server.py
waitress/tests/test_task.py
waitress/tests/test_trigger.py
waitress/tests/test_utilities.py
waitress/tests/test_wasyncore.py
waitress/tests/fixtureapps/__init__.py
waitress/tests/fixtureapps/badcl.py
waitress/tests/fixtureapps/echo.py
waitress/tests/fixtureapps/error.py
waitress/tests/fixtureapps/filewrapper.py
waitress/tests/fixtureapps/getline.py
waitress/tests/fixtureapps/groundhog1.jpg
waitress/tests/fixtureapps/nocl.py
waitress/tests/fixtureapps/runner.py
waitress/tests/fixtureapps/sleepy.py
waitress/tests/fixtureapps/toolarge.py
waitress/tests/fixtureapps/writecb.py