Go to file
Tomáš Chvátal 9aa15051cf Accepting request 701044 from home:pgajdos
- version update to 1.3.0
  Deprecations
  ~~~~~~~~~~~~
  - The ``send_bytes`` adjustment now defaults to ``1`` and is deprecated
    pending removal in a future release.
    and https://github.com/Pylons/waitress/pull/246
  Features
  ~~~~~~~~
  - Add a new ``outbuf_high_watermark`` adjustment which is used to apply
    backpressure on the ``app_iter`` to avoid letting it spin faster than data
    can be written to the socket. This stabilizes responses that iterate quickly
    with a lot of data.
    See https://github.com/Pylons/waitress/pull/242
  - Stop early and close the ``app_iter`` when attempting to write to a closed
    socket due to a client disconnect. This should notify a long-lived streaming
    response when a client hangs up.
    See https://github.com/Pylons/waitress/pull/238
    and https://github.com/Pylons/waitress/pull/240
    and https://github.com/Pylons/waitress/pull/241
  - Adjust the flush to output ``SO_SNDBUF`` bytes instead of whatever was
    set in the ``send_bytes`` adjustment. ``send_bytes`` now only controls how
    much waitress will buffer internally before flushing to the kernel, whereas
    previously it used to also throttle how much data was sent to the kernel.
    This change enables a streaming ``app_iter`` containing small chunks to
    still be flushed efficiently.
    See https://github.com/Pylons/waitress/pull/246
  Bugfixes
  ~~~~~~~~
  - Upon receiving a request that does not include HTTP/1.0 or HTTP/1.1 we will
    no longer set the version to the string value "None". See

OBS-URL: https://build.opensuse.org/request/show/701044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=34
2019-05-06 11:11:30 +00:00
.gitattributes Accepting request 672508 from home:frispete:python 2019-02-11 11:59:55 +00:00
.gitignore Accepting request 173795 from home:dirkmueller:branches:devel:languages:python 2013-04-29 14:06:16 +00:00
fetch-intersphinx-inventories.sh Accepting request 679186 from devel:languages:python 2019-02-26 09:04:29 +00:00
local-intersphinx-inventories.patch Accepting request 672508 from home:frispete:python 2019-02-11 11:59:55 +00:00
python3.inv Accepting request 679186 from devel:languages:python 2019-02-26 09:04:29 +00:00
python-waitress.changes Accepting request 701044 from home:pgajdos 2019-05-06 11:11:30 +00:00
python-waitress.spec Accepting request 701044 from home:pgajdos 2019-05-06 11:11:30 +00:00
waitress-1.3.0.tar.gz Accepting request 701044 from home:pgajdos 2019-05-06 11:11:30 +00:00