J. Nick Koston

Results 1884 comments of J. Nick Koston

so dropbox is sending a response body on a HEAD request. curl hint: `* Ignoring the response-body`

https://datatracker.ietf.org/doc/html/rfc9112#section-6.3-2.1 is pretty clear that its not allowed to have a body: > Any response to a HEAD request and any response with a 1xx (Informational), 204 (No Content), or...

> Unfortunately, the optimization from https://github.com/home-assistant/core/pull/144079 needs to be reverted > > @bdraco FYI No worries. Not going to make that much difference during run time as it mostly for...

If you are looking for more lrus, `profiler.lru_stats` action might be useful.

> I think that's 3 calls, rather than 4, unless I'm missing something. Its a bit confusing, but notice `release` on the left hand side calls it 40000 times so...

> I'm curious how did you get such pretty graph? What tool do you use? I generated it using cProfile, than I converted the `cprof` to `callgrind.out.XXXXX` using `pyprof2calltree`, and...

https://github.com/aio-libs/aiohttp/issues/4247 😢

We don't currently run the CI with IPv6 disabled so these are easy to miss. Triage: not a regression in 3.11. Likely broken for a long time.

They are expected to not work with IPv6, but `test_run_app.py` has `HAS_IPV6` and disables the tests that need ipv6 with `skipif` but connector (and maybe others do not) so I'm...