Skip to main content

Waitress WSGI server

Project description

Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX. It supports HTTP/1.0 and HTTP/1.1.

For more information, see the “docs” directory of the Waitress package or http://docs.pylonsproject.org/projects/waitress/en/latest/ .

0.3 (2012-01-02)

Features

  • Dont hang a thread up trying to send data to slow clients.

  • Use self.logger to log socket errors instead of self.log_info (normalize).

  • Remove pointless handle_error method from channel.

  • Queue requests instead of tasks in a channel.

Bug Fixes

  • Expect: 100-continue responses were broken.

0.2 (2011-12-31)

Bug Fixes

  • Set up logging by calling logging.basicConfig() when serve is called (show tracebacks and other warnings to console by default).

  • Disallow WSGI applications to set “hop-by-hop” headers (Connection, Transfer-Encoding, etc).

  • Don’t treat 304 status responses specially in HTTP/1.1 mode.

  • Remove out of date interfaces.py file.

  • Normalize logging (all output is now sent to the waitress logger rather than in degenerate cases some output being sent directly to stderr).

Features

  • Support HTTP/1.1 Transfer-Encoding: chunked responses.

  • Slightly better docs about logging.

0.1 (2011-12-30)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waitress-0.3.tar.gz (52.5 kB view details)

Uploaded Source

File details

Details for the file waitress-0.3.tar.gz.

File metadata

  • Download URL: waitress-0.3.tar.gz
  • Upload date:
  • Size: 52.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for waitress-0.3.tar.gz
Algorithm Hash digest
SHA256 1bc5e218dd7bdd44e7a04fb6ead3587cdfb6fff2dc503eef160c7243fc46e3ba
MD5 df3e8f79c8c228307be381d6f37f692f
BLAKE2b-256 bc681056414ce63fbdbd0ad803a58f17b92ce86deda945380891aeba156df090

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page