summaryrefslogtreecommitdiff
path: root/docs/runner.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix a few typosTim Gates2022-07-311-1/+1
| | | | | | | | | | | | | | | | | | | There are small typos in: - docs/runner.rst - docs/usage.rst - src/waitress/parser.py - src/waitress/server.py - tests/test_functional.py Fixes: - Should read `preceding` rather than `preceeding`. - Should read `multiple` rather than `multipe`. - Should read `descriptors` rather than `desctriptors`. - Should read `descriptor` rather than `desctriptor`. - Should read `attempt` rather than `atempt`. - Should read `analogous` rather than `analagous`. Signed-off-by: Tim Gates <tim.gates@iress.com>
* add backpressure on the app_iter if the socket can't send data quickly enoughMichael Merickel2019-04-051-0/+5
|
* flush SO_SNDBUF data on every send and deprecate send_bytesso_sndbufMichael Merickel2019-04-041-1/+3
|
* Use contextual versionadded directive.Steve Piercy2018-09-221-5/+3
| | | | Use proper casing for nginx.
* use versionadded directive insteadSteve Piercy2018-09-061-3/+1
|
* Add contributing.md (#191)Steve Piercy2018-05-191-3/+3
| | | | | | | | | | | | | | | * first cut at contributing.md * second cut at contributing.md - Give clearer purpose to contributing instead of a replacement for HACKING.txt - Add Get Support section - Rewrite section now named Working on issues - Rewrite Running Tests section - Rename Building documentation for a Pylons Project project to Contributing documentation * Fix typos. * Update links; unwrap lines
* Place documentation in appropriate fileBert JW Regeer2016-06-151-0/+25
|
* Fix typo in runner.rst.Alexey Torkhov2013-10-301-1/+1
|
* add url_prefix docsChris McDonough2013-08-121-1/+1
|
* fix merge conflictsChris McDonough2013-08-121-0/+5
|\
| * Note #39 in the documentation and fix changelog nit.Keith Gaughan2013-06-191-0/+5
| |
* | add a url_prefix adjustment that behaves much like paste prefixmiddleware ↵Chris McDonough2013-08-121-0/+7
|/ | | | (to avoid needing to explain paste prefixmiddleware, which avoids needing to explain pastedeploy, which avoids needing to explain pipelines, and so forth)
* Added docs and new flag into runnerMarcin Kuzminski2013-05-281-0/+4
|
* add version noteChris McDonough2013-05-241-0/+4
|
* Documentation for waitress-serve and typo fix.Keith Gaughan2013-05-251-0/+148