-
Somewhat related: why do we send a request to the client in order to get the IP? Why not simply save the IP in the database when the client registers to the server? Sounds like it would be a lot simpl…
-
HTTP 3 has several compelling advantages over HTTP 1.1 and HTTP 2:
- HTTP3 runs over QUIC, which natively supports roaming. This is especially useful for mobile clients.
- HTTP3 supports native m…
-
Please read contributing guidelines. Thanks.
**Describe the bug**
When browsing instagram or youtube with bypass-lan-china route, I can see quic/udp traffic for http3 in tcpdump from my server.
B…
-
#### Problem Description
See https://github.com/mitmproxy/mitmproxy/issues/7025#issuecomment-2248667622 for a traceback. HTTP/3 over QUIC works, but raw QUIC doesn't work here.
#### Steps to rep…
mhils updated
3 months ago
-
Would it be possible to add support for HTTP/3 with the new QUIC protocol? I wanted to benchmark HTTP/3 with HTTP/2 and HTTP/1.1.
We could add a `--http3` flag, add a [QUIC client](https://github.c…
-
There's a new WebRTC adjacent protocol in the works: https://tools.ietf.org/id/draft-vvv-webtransport-http3-02.html
> WebTransport is a protocol framework that enables clients constrained by the We…
-
### Describe the feature request
http3协议虽然还没普及,但是基于TLS1.3+QUIC(udp)的http3协议看起来很棒的样子,Cloudflare、腾讯云都已经支撑http3协议了,作者是否考虑支持这个protocol?
### Describe alternatives you've considered
golang已经有实现http3的库了,可…
-
Would Cowboy be supporting HTTP/3 or QUIC?
Would there be an API to send/receive a raw multiplexed stream, or would [WebTransport](https://web.dev/webtransport/) (modern Websocket) be supported?
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I run an app in a linux docker container (tag 7.0) with http/3 enabled.
The libmsquic versio…
-
### Checks
- [X] I have searched the existing issues
- [X] I have read the documentation
- [X] Is it your first time sumbitting an issue
### Current Behavior
dae 0.7.0-0.8.0 running 3 hours can tak…