Skip to content

Conversation

@EVWorth
Copy link
Contributor

@EVWorth EVWorth commented Jul 12, 2025

closes #46

realized aiohttp_zlib_ng was deprecated. double checked the code between the old and new libraries and it looks like aiohttp_fast_zlip.enable() is a drop-in replacement for aiohttp_zlib_ng.enable_zlib_ng()

@EVWorth EVWorth requested a review from rsnodgrass July 12, 2025 02:28
@EVWorth EVWorth self-assigned this Jul 12, 2025
@EVWorth
Copy link
Contributor Author

EVWorth commented Jul 12, 2025

logic for the new enable() function:

image

specifically _patch_modules()...

image

seems to be 1:1 with https://github.com/bdraco/aiohttp-zlib-ng/blob/main/src/aiohttp_zlib_ng/__init__.py
image

@rsnodgrass rsnodgrass merged commit fad187b into homeassistant-projects:master Jul 12, 2025
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

replace aiohttp-zlib-ng with aiohttp-fast-zlib[zlib-ng]

2 participants