summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.8.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: upgrade 3.8.4 -> 3.8.5Wang Mingyu2023-08-011-27/+0
| | | | | | | | | | | Changelog: ======== Upgraded the vendored copy of llhttp_ to v8.1.1 Added information to C parser exceptions to show which character caused the error. Fixed a transport is :data:None error Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.8.3 -> 3.8.4Wang Mingyu2023-02-271-0/+27
Changelog: ========= Fixed incorrectly overwriting cookies with the same name and domain, but different path. Fixed ConnectionResetError not being raised after client disconnection in SSL environments. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>