Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web.req): regression: IPV6_PRIOR|R_PROXY causes AssertionError
Happy eyeballs, available since aiohttp 3.10, cause AssertionError when setting both proxy and socket family. Make them mutually exclusive (proxy takes precedence) since it is always meaningless to set them together. TODO: Is it time to deprecate IPV6_PRIOR and completely rely on Happy Eyeballs (RFC 8305)? Fixes the regression introduced in 88fdb2c. Signed-off-by: Rongrong <[email protected]>
- Loading branch information