-
#### 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
-
**Target Jetty version(s)**
10.0.x
**Enhancement Description**
Related to #6728.
The client may be made aware of the mechanisms with which a server advertises HTTP/3 support, as described [her…
-
我在最近折腾Nginx,使之支持HTTP3(QUIC)之后遇到了一个很奇怪的问题:设置评论区分页方式为页码,当服务器开启HTTP3后,切换任意一页评论时,无法加载新的评论分页,右上角一直转圈,无法切换到新的的评论页面。DevTools显示获取其他评论页面的请求一直在Pending 被挂起 如下图:
![image](https://user-images.githubusercontent.…
-
hello i am trying to use http3 with multiple vohst but nginx errors nginx: [emerg] duplicate listen options for 0.0.0.0:443 in /etc/nginx/nginx.conf:110 so i cannot reuseport directive with multiple t…
-
dnspython has an option to specify H3, basically using QUIC for DNS-over-HTTPs. See https://github.com/rthalley/dnspython/pull/1068.
I have not seen anything in the docs or the code that references…
-
change lucas clement to quic-go repo naming
```
go build mainq.go
mainq.go:29:2: no required module provides package github.com/hertz-contrib/http3/network/quic-go; to add it:
go get github.com/…
-
**Describe the solution you would like**
It'd be good to have HTTP3 support for map downloads, it performs better on unreliable networks, is faster at both transfers and establishing connections wi…
-
http3 client hello impl ref https://github.com/SagerNet/sing-box/blob/main/common/sniff/quic.go#L20
-
- [ ] HTTP2
- [ ] HTTP3
-
```go
client := req.C()
client.EnableHTTP3()
client.EnableForceHTTP3()
client.SetProxyURL("socks5://:@:")
```
HTTP3 works perfectly fine when the proxy is not set.
When set, the HTTP3 stop…