Jeremy Lainé

Results 466 comments of Jeremy Lainé

I don't understand the question: ssl.CERT_NONE specifies that an aioquic-based *client* should not verify the *server* certificate. It has no impact on what a server does.

You are right, the current send loop will drain a stream as much as possible before moving on to the next one. I had once written a naive patch which...

Please don't pollute this issue with unrelated matters, open a new issue. I'll let you copy over your text then I'll delete this comment.

My comment https://github.com/aiortc/aioquic/issues/125#issuecomment-708924832 still stands, you are welcome to put together a PR for a performant implementation.

Would you mind explaining what this does, I have to admit I have no idea?

Could you try rebasing this on top of main please, see #284 ?

The fact that CI works fine without the patch, and that the failure is *precisely* related to DNS resolution means we definitely have a regression here..

I've fixed CI, so you should be able to rebase your PR on top of `main`

I do think we need to expose this kind of event through the API. However I'm unsure about a couple of things: - naming: neither the name StreamStop nor the...