J. Nick Koston
J. Nick Koston
> > Its going to churn if there is a read timeout but that seems like its going to be a more rare case > > As long as it's...
The only thing left of substance is cleanup closed. It probably doesn't need to run every 2s. Home Assistant overrides the value to every 60s and that has worked out...
It looks like we can get rid of cleanup closed (conditionally) now that its fixed upstream in cpython see https://github.com/aio-libs/aiohttp/issues/9590 That was the last one here
There is a bit of risk here that the ssl object now gets destroyed later if anything if holding a reference to a traceback with one of these exceptions or...
Marking as draft since the CI is failing
Thanks. Once we sort out https://github.com/aio-libs/aiodns/issues/175 we can move this forward
Maybe if we have a property that is a key thats the same for the subclassed object.. not sure if that will work. Needs some more thought.
I need to dig at it a bit more to come up with a solution. This one will take a bit of thought so I opened the issue so I...
We can likely store the payload type() and then do a dict lookup on the type() of the incoming and we get no matches because it's subclasses, fallback to the...
We don't have a benchmark for simple post requests which makes this a bit more difficult to quantify what the performance drag of the linear search is. We should add...