forked from pool/python-aiohttp
- update to 3.9.1:
* Fixed importing aiohttp under PyPy on Windows.
* Fixed async concurrency safety in websocket compressor.
* Fixed ``ClientResponse.close()`` releasing the connection
instead of closing.
* Fixed a regression where connection may get closed during
upgrade. -- by :user:`Dreamsorcerer`
* Fixed messages being reported as upgraded without an Upgrade
header in Python parser. -- by :user:`Dreamsorcerer`
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=109
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 15:22:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.9.1:
|
||||
* Fixed importing aiohttp under PyPy on Windows.
|
||||
* Fixed async concurrency safety in websocket compressor.
|
||||
* Fixed ``ClientResponse.close()`` releasing the connection
|
||||
instead of closing.
|
||||
* Fixed a regression where connection may get closed during
|
||||
upgrade. -- by :user:`Dreamsorcerer`
|
||||
* Fixed messages being reported as upgraded without an Upgrade
|
||||
header in Python parser. -- by :user:`Dreamsorcerer`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 22:51:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user