-
### What happened?
I have an OPi5 plugged into my TV via HDMI. I'm running Ubuntu 24.04.
Everything works fine until I turn the TV off and on again. The screen is now black and I cant get the disp…
-
Support `HTTP/1.1` implicitly via `http/1.1`.
Support `HTTP/2` implicitly, assuming client prior knowledge of server `HTTP/2` support via `h2`.
Support `HTTP/1.1` upgrade to `HTTP/2` via `h2c`.
S…
-
/area networking
## What version of Knative?
1.15.0
## Expected Behavior
Legacy applications may have undefined behavior when HTTP/2 upgrade requests are made. Knative should gracefully ha…
-
I played around with some load testing last night using `h2load` and wanted to put the results up somewhere in case it's useful.
I also put together a few experiments with batched writing as well a…
-
Hi there,
**Situration:** my project is running in istio + k8s. When the http1.1 requests comes into the istio, it will be upgraded to http2 and passed to k8s pod. Also, I need to run **non-tls** g…
-
**Describe the problem**
I´ve setup netbird on a hetzner Cloud-VM (ubuntu 22.04lts) and used the quick start script. I worked with netbird for a while and the (i think ist was after an upgrade) the…
-
**Is your feature request related to a problem? Please describe.**
Admin interface (and api in general) is currently served via HTTP1.1.
**Describe the solution you'd like**.
> What would the f…
-
if you try to post against the server:
```
curl --http2 -d foo localhost:1010
```
you get
```
Listening [0.0.0.0:1010]...
2021/01/08 19:45:45 http: response.Write on hijacked connection fro…
-
I'm using the self-hosted option and have set up Netbird behind another virtual machine that runs a Caddy reverse proxy.
I used the getting-started-with-zitadel.sh script to install Netbird.
My …
-
For debugging, it would be useful if h2c also supported raw HTTP/2 without first establishing a TLS channel.
This is currently not possible, h2c will just fail.
Could you add this with an addition…