14
0

Accepting request 199367 from home:dirkmueller:branches:devel:languages:python

- update to 0.14.0:
  * wsgi: handle connection socket timeouts; Thanks to Paul Oppenheim
  * wsgi: close timed out client connections
  * greenio: socket pypy compatibility; Thanks to Alex Gaynor
  * wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban
  * green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak
  * websocket: allow "websocket" in lowercase in Upgrade header; Compatibility with current Google Chrome; Thanks to Dmitry Orlov
  * wsgi: allow minimum_chunk_size to be overriden on a per request basis; Thanks to David Goetz
  * wsgi: configurable socket_timeout

OBS-URL: https://build.opensuse.org/request/show/199367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=14
This commit is contained in:
Denisart Benjamin
2013-09-17 09:15:14 +00:00
committed by Git OBS Bridge
parent 4df8bc95f5
commit 7ace6dee1e
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 17 08:56:56 UTC 2013 - dmueller@suse.com
- update to 0.14.0:
* wsgi: handle connection socket timeouts; Thanks to Paul Oppenheim
* wsgi: close timed out client connections
* greenio: socket pypy compatibility; Thanks to Alex Gaynor
* wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban
* green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak
* websocket: allow "websocket" in lowercase in Upgrade header; Compatibility with current Google Chrome; Thanks to Dmitry Orlov
* wsgi: allow minimum_chunk_size to be overriden on a per request basis; Thanks to David Goetz
* wsgi: configurable socket_timeout
-------------------------------------------------------------------
Wed Jul 3 15:42:06 UTC 2013 - dmueller@suse.com