summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.10.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: Upgrade 3.10.1 -> 3.10.3Leon Anavi2024-08-131-0/+22
Upgrade to release 3.10.3: - Fixed multipart reading when stream buffer splits the boundary over several read() calls - Fixed :py:class:aiohttp.TCPConnector doing blocking I/O in the event loop to create the SSLContext - Improved performance of :py:meth:~aiohttp.ClientWebSocketResponse.receive and :py:meth:~aiohttp.web.WebSocketResponse.receive when there is no timeout - Improved performance of starting request handlers with Python 3.12+ - Improved performance of HTTP keep-alive checks - Improved performance of generating random WebSocket mask Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>