.coveragerc
.flake8
CHANGES.txt
CONTRIBUTORS.txt
COPYRIGHT.txt
HISTORY.txt
LICENSE.txt
MANIFEST.in
README.rst
RELEASING.txt
contributing.md
pyproject.toml
rtd.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci-tests.yml
docs/Makefile
docs/api.rst
docs/arguments.rst
docs/conf.py
docs/design.rst
docs/differences.rst
docs/filewrapper.rst
docs/glossary.rst
docs/index.rst
docs/logging.rst
docs/rebuild
docs/reverse-proxy.rst
docs/runner.rst
docs/socket-activation.rst
docs/usage.rst
src/waitress/__init__.py
src/waitress/__main__.py
src/waitress/adjustments.py
src/waitress/buffers.py
src/waitress/channel.py
src/waitress/compat.py
src/waitress/parser.py
src/waitress/proxy_headers.py
src/waitress/receiver.py
src/waitress/rfc7230.py
src/waitress/runner.py
src/waitress/server.py
src/waitress/task.py
src/waitress/trigger.py
src/waitress/utilities.py
src/waitress/wasyncore.py
src/waitress.egg-info/PKG-INFO
src/waitress.egg-info/SOURCES.txt
src/waitress.egg-info/dependency_links.txt
src/waitress.egg-info/entry_points.txt
src/waitress.egg-info/requires.txt
src/waitress.egg-info/top_level.txt
tests/__init__.py
tests/test_adjustments.py
tests/test_buffers.py
tests/test_channel.py
tests/test_functional.py
tests/test_init.py
tests/test_parser.py
tests/test_proxy_headers.py
tests/test_receiver.py
tests/test_regression.py
tests/test_runner.py
tests/test_server.py
tests/test_task.py
tests/test_trigger.py
tests/test_utilities.py
tests/test_wasyncore.py
tests/fixtureapps/__init__.py
tests/fixtureapps/badcl.py
tests/fixtureapps/echo.py
tests/fixtureapps/error.py
tests/fixtureapps/error_traceback.py
tests/fixtureapps/filewrapper.py
tests/fixtureapps/getline.py
tests/fixtureapps/groundhog1.jpg
tests/fixtureapps/nocl.py
tests/fixtureapps/runner.py
tests/fixtureapps/sleepy.py
tests/fixtureapps/toolarge.py
tests/fixtureapps/writecb.py