aioquic icon indicating copy to clipboard operation
aioquic copied to clipboard

QUIC and HTTP/3 implementation in Python

Results 42 aioquic issues
Sort by recently updated
recently updated
newest added

I got stuck at point of getting information from server about self-signed certificate. Because with verify mode ssl.CERT_NONE, server doesn't send certificate for client, and with any others i receive...

invalid

I am working on integrating this into Sanic. I have no problem running Sanic using a TLS cert from [mkcert](https://github.com/FiloSottile/mkcert) either with or without aioquic. Furthermore, I can also generate...

invalid

Hello, I find that I can connect my chrome browser to https://quic.aiortc.org/ without using the flag "--origin-to-force-quic-on". and the protocol used is HTTP/3. But when I try to connect the...

stale

The speed of QUIC on Windows is more than 10 times faster when transferring a large file, e.g. 64 MiB. Test file: https://gist.github.com/msoxzw/290cca70170ea9f6082c153ce391eb47 https://gist.github.com/msoxzw/567b747e70e2bb69d52586680f0c3a78 Rational: [`loop.time()`]( https://github.com/python/cpython/blob/f8dc6186d1857a19edd182277a9d78e6d6cc3787/Lib/asyncio/base_events.py#L697-705) calls `time.monotonic()`, but...

When we receive a stream stop we should propagate an event for client code. https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-29#page-127

Is there any serverclient example with multiple concurrent client connections available for the asyncio API? https://aioquic.readthedocs.io/en/latest/asyncio.html

I am running the example client and server and downloading a 5 MB video from the server, it works but it takes a very long time (over a minute) I...

invalid

> " Path validation succeeds when a PATH_RESPONSE frame is received that > contains the data that was sent in a previous PATH_CHALLENGE frame. > A PATH_RESPONSE frame received on...

changes requested