-
As a MKS user i am using Octavia LoadBalancer.
I would like to expose HTTP3 (UDP) but coupled with proxy_protocol in order to keep the client real IP address on my pods.
The actual Octavia LB does…
-
I used examples http3_client.py, and modified it to send HEAD request.
But I found it don't work, it seemed like that event.stream_ended was not True after receving entrie response from quic. So t…
-
Issue to track the support status for QUIC / HTTP/3
| | Reverse Proxy | Local | Transparent |
|------------------|:---------------:|:----------:|:---------:|
| cURL[…
-
### Prerequisites
- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found n…
-
Here: https://github.com/quic-go/quic-go/blob/0a9ceca91e2e6b1d122ec3760c153f242d80464c/http3/client.go#L266-L273
-
## CVE-2023-36478 - High Severity Vulnerability
Vulnerable Library - jetty-http-9.4.26.v20200117.jar
The Eclipse Jetty Project
Library home page: https://webtide.com
Path to dependency file: /server…
-
When i using this [http3check.net](https://http3check.net/?host=kn007.net) to test http3 with nginx have fastcgi cache:
```
HTTP/3 Check Internal Errors
Request timed out.
Request timed out.
```
…
kn007 updated
3 years ago
-
Hello,
Thank you for your great project!
I wrote a client that will use the roundtripper and works fine. However, the computer on which I want to run the client has a system proxy configured. I…
-
## Failing Test(s)
- Interop.FunctionalTests.Http3.Http3RequestTests.GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout(protocol: Http2)
## Error Message
```text
Xunit.Sdk.…
-
hello everyone,when I test http3 with chrome and my server, I find a question. between the handshake, the server send the param quic_active_connection_id_limit to client is 5, but the chrome doesn't…