🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
I suppose it's acceptable to look into making it configurable. However, it was never meant for high load. One should use dedicated session storage backends like memcache or redis. FWIW,...
I'm not sure this can be qualified as a bug, though. Socket paths already aren't in the HTTP/URL specs. So there's no RFC to tell us that this should work....
I think it does apply to automated tooling. It used to be a common practice with putting API tokens in there. I can see your point and that `@` would...
FWIW, https://rustpython.github.io is a thing.
With the things I've dug up in https://github.com/cherrypy/cheroot/pull/787#discussion_r2484001174 (especially having seen https://github.com/urllib3/urllib3/blob/b20c836/src/urllib3/contrib/pyopenssl.py#L299-L359), I'm wondering if the other methods (not just `close()` / `shutdown()`) need similar treatment. This would be something...
@francis-clairicia would using a `@cached_property` work? This would mean having a new API and we could keep the old methods uncached for compat.
@francis-clairicia I didn't realize it was writable. But here's how we can make it read-only. Put this helper into a `_functools.py`, so that it lives in a dedicated space. Add...
@francis-clairicia hey, should I expect you to get back to addressing the review request in this PR? It's okay if not — I'll take over eventually, just not sure about...
Hi, I wouldn't want to label TLS as dev-only — it wasn't meant to be. It was meant to give people something with smaller deps footprint (especially being pure-python). Mentioning...
@woodruffw does a PoC of the attestation verification exist anywhere?