-
h2c is ideal for Google Cloud Run services. https://cloud.google.com/run/docs/configuring/http2
Of course, users could continue to use HTTP/1, but this is a use case where I use h2c with Go service…
-
I'd like to request that this use case becomes supported. At work, we are running a cluster behind a massive HTTP load balancer, so we have no real reason to support TLS in our microservices and ingre…
-
Hi!
My caddy and management container are stuck in a reboot loop, please see the following docker logs:
docker ps -a
CONTAINER ID IMAGE COMMAND CR…
EKV89 updated
1 month ago
-
### Search for duplicate feature request
- [X] I already searched, and this feature request or improvement is not a duplicate.
### Feature scope
Completely new feature
### Feature request related …
-
I recently tried running a Bandit-based Phoenix application with H2C, behind an AWS Application Load Balancer. In this mode, I would almost never receive a full response, even for static files served …
-
@lwfinger
@dubhater
We are using RTL8723DU USB dongle on UBUNTU LTS 20.04.2 LTS
There are a lot of report on failed to get tx report from firmware.
How could we resolve this issue?
We do also…
-
### Proposal Details
## changes
I add an option `DisableH2CUpgrade` to allow server to ignore the upgrading headers from the clients, it satisfies the bahavior mentioned in [rfc7230 section 6.7 ](…
-
The specific failure names are found: https://gateway-api.sigs.k8s.io/implementations/v1.1/#httproute_1
-
This issue is part of a project to move `x/net/http2` into `std`: #67810
This proposal depends on the version selection API proposed in #67814.
The `net/http` package does not directly support u…
-
I am building an application that makes lots of small requests and need really fast responses. HTTP/2 would be amazing for this and since I am already using the websocket implementation from here I wo…