Daniel Alley
Daniel Alley
My fork is not functional, I never finished it since the work wasn't going to be merged. And at this point I don't really feel like finishing it since I've...
If you're talking to me - because I'm not really interested in maintaining it long-term and because I don't even use this software anymore, I switched to the web client.
RHEL 9 is built from Fedora 34, which has 1.16, so you should be good there.
Hey @rpkilby :D I hope Portland is treating you well! Do you expect that it will be ready for a release to PyPI soon? We would love to add some...
@xsuchy BTW, your calgrind output link is dead
I would recommend using [rewrk](https://github.com/ChillFish8/rewrk) For other reasons as well -- `wrk` has flaws with the way it does latency measurements which cause results to not be correct. > wrk's...
Please take a look at either `wrk2` or, even better, [`rewrk`](https://github.com/ChillFish8/rewrk).
@asvetlov I have a concrete and trivial case of this ```python In [6]: import aiohttp ...: import asyncio ...: ...: async def main(): ...: ...: async with aiohttp.ClientSession() as session:...
Perhaps `yarl` could have a "max_compatibility" flag which adopts the more aggressive encoding behavior?
@webknjaz This works, thank you. It does beg the question though - why does aiohttp default to rewriting the redirect URLs it receives, rather than defaulting to not doing so?...