Results 275 comments of Jeremy Lainé

OK indeed judging from the unit tests, a string is indeed expected. I'm willing to submit a pull request but I'm not sure in what style we want to document...

@tomchristie @forimondmanca Does this look OK?

I don't understand this issue could you elaborate please?

OK so no I have no plans to implement this myself. I'd be happy to review a PR though, provided there are benchmarks for both CPython and PyPy so we...

Can we have a reproduction without threading, it's really unusual to use multi-threading in an asyncio project.

Hi @mengyingzhou ! There is currently no mechanism for setting a preferred_address in the server. I don't see this as a problem as I don't expect the demo server to...

I would still welcome a PR that addresses this

quic.aiortc.org is running: - the unmodified demo aioquic HTTP/3 server directly to serve HTTP/3 - nginx (which does SSL termination + adds the Alt-Svc header) + uvicorn to serve HTTP/1...

I still plan to remove these APIs from the base protocol, as they are clunky, create confusion and are only needed for very specific cases. Would you might submitting a...

500ms sounds suspiciously like a retransmission, so I think to move forward we'd need a client-side QLOG file + a wireshark capture (with SSL keys).