-
Information for this feature:
QUIC: https://tools.ietf.org/html/draft-hamilton-quic-transport-protocol-01
HTTP3: https://tools.ietf.org/html/draft-shade-quic-http2-mapping-00
Random HTTP3 article…
-
When the firewall turns on "Block UDP", it will block HTTP3 as well. I hope that HTTP3 will not be intercepted like DNS and NTP.
Although there are not many websites that support HTTP3 now, I belie…
-
-
Try to use `mbart50_m2m` model and when I pass 1 000+ chars, sometimes it can be 1000, sometimes 3000, I got 504 error from my CF and next trace in logs:
```
[2022-06-08 11:22:59 +0000] [21] [ERRO…
-
https://www.rfc-editor.org/rfc/internet-drafts/draft-ietf-webtrans-http3-05.html
-
The average request_time value of the http3 is quite higher than HTTP2's in our prodution enviroment for USA users.
In the document introduction , the response time of http3 will be more stable and…
-
Can http3 provide APIs similar to HTTP1.1, making it easier to upgrade older servers to HTTP3? And save backward compatibility.
The goal is to make minimal code changes to upgrade the server from …
-
https://github.com/XTLS/Xray-core/pull/3955
is it possible implement xhtp in shoes?
-
Because of a [`bug of ResolveUDPAddr`](https://github.com/golang/go/issues/28666), when trying to connect to a dual stacked host (= host with both ipv6 and ipv4 addresses), `quic-go` client always use…
-
MoQT defines its own GOAWAY drain, thats fine. But it probably needs to refer to H3 and WT in a similar way that WT does in https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3-10#section-4…