Quentin Pradet
Quentin Pradet
Ooh, that's a really good catch. I'm glad that your work here is going to help improve the exporting logic. I agree, `EAGAIN` should not be there!
However, fixing `EAGAIN` and similar constants is a little complicated for various reasons and can be fixed in a future pull request, I think.
@stevenjackson121 Is there anything I can help with?
@Kludex I have not implemented the full extension, only `client_cert_name` and `alpn_protocol`, because that's what I needed in urllib3 tests: https://github.com/urllib3/hypercorn/commit/3dd81376b98b337dfb64ee00a50791066149821e. I agree that the current spec isn't easy to...
Hello! urllib3 developer here. Bandcamp.com weirdly requires the TLS cipher suites that are used in urllib3 1.26.x, even if it does not use them. Here's the workaround to continue using...
(Let's not worry about companies, they already need to cope with releases from other projects: as long as you increment the major version for breaking changes, any kind of release...
Thank you for the offer but I feel that it would be best if you could take it on. 🙏
Thanks @adamkbmc! This makes sense. Could you open a pull request with your change? I'd also rather use `lru_cache()` instead of `cache()` to enforce a maxsize. 128 ought to be...
Thank you for starting this! I haven't looked at the code yet, only at your original description. > I have merged these things together into because they are kind of...
Thanks! (I had tested HugginFace support.)