summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.9.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: upgrade 3.9.0 -> 3.9.1Wang Mingyu2023-11-281-0/+27
Changelog: =========== -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. -Fixed messages being reported as upgraded without an Upgrade header in Python parser. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>