.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/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
docs/_build/doctrees/api.doctree
docs/_build/doctrees/arguments.doctree
docs/_build/doctrees/design.doctree
docs/_build/doctrees/differences.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/filewrapper.doctree
docs/_build/doctrees/glossary.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/logging.doctree
docs/_build/doctrees/reverse-proxy.doctree
docs/_build/doctrees/runner.doctree
docs/_build/doctrees/socket-activation.doctree
docs/_build/doctrees/usage.doctree
docs/_build/html/.buildinfo
docs/_build/html/api.html
docs/_build/html/arguments.html
docs/_build/html/design.html
docs/_build/html/differences.html
docs/_build/html/filewrapper.html
docs/_build/html/genindex.html
docs/_build/html/glossary.html
docs/_build/html/index.html
docs/_build/html/logging.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/reverse-proxy.html
docs/_build/html/runner.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/socket-activation.html
docs/_build/html/usage.html
docs/_build/html/_sources/api.rst.txt
docs/_build/html/_sources/arguments.rst.txt
docs/_build/html/_sources/design.rst.txt
docs/_build/html/_sources/differences.rst.txt
docs/_build/html/_sources/filewrapper.rst.txt
docs/_build/html/_sources/glossary.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/logging.rst.txt
docs/_build/html/_sources/reverse-proxy.rst.txt
docs/_build/html/_sources/runner.rst.txt
docs/_build/html/_sources/socket-activation.rst.txt
docs/_build/html/_sources/usage.rst.txt
docs/_build/html/_static/basic.css
docs/_build/html/_static/dialog-note.png
docs/_build/html/_static/dialog-seealso.png
docs/_build/html/_static/dialog-topic.png
docs/_build/html/_static/dialog-warning.png
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/edit-me-on-github.png
docs/_build/html/_static/epub.css
docs/_build/html/_static/file.png
docs/_build/html/_static/footerbg.png
docs/_build/html/_static/headerbg.png
docs/_build/html/_static/ie6.css
docs/_build/html/_static/in_progress.png
docs/_build/html/_static/jquery-3.5.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/language_data.js
docs/_build/html/_static/middlebg.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/outdated.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/pylons-latex.png
docs/_build/html/_static/pylons-small.png
docs/_build/html/_static/pylons.css
docs/_build/html/_static/pylons.ico
docs/_build/html/_static/pylons.png
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/transparent.gif
docs/_build/html/_static/underscore-1.13.1.js
docs/_build/html/_static/underscore.js
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_compat.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/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