Path to this page:
Subject: CVS commit: pkgsrc/www/py-aiohttp
From: Adam Ciarcinski
Date: 2024-12-04 10:26:23
Message id: 20241204092623.841D7FC1C@cvs.NetBSD.org
Log Message:
py-aiohttp: updated to 3.11.9
3.11.9 (2024-12-01)
Bug fixes
- Fixed invalid method logging unexpected being logged at exception level on \
subsequent connections
Miscellaneous internal changes
- Improved performance of parsing headers when using the C parser
3.11.8 (2024-11-27)
Miscellaneous internal changes
- Improved performance of creating :class:`aiohttp.ClientResponse` objects when \
there are no cookies
- Improved performance of creating :class:`aiohttp.ClientResponse` objects
- Improved performances of creating objects during the HTTP request lifecycle
- Improved performance of constructing :class:`aiohttp.web.Response` with headers
- Improved performance of making requests when there are no auto headers to skip
- Downgraded logging of invalid HTTP method exceptions on the first request to \
debug level
HTTP requests starting with an invalid method are relatively common, \
especially when connected to the public internet, because browsers or other \
clients may try to speak SSL to a plain-text server or vice-versa. These \
exceptions can quickly fill the log with noise when nothing is wrong.
Files: