-
Is it possible to Match based on URL? Like:
```go
cmux.MatchURL("/example")
```
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/keto/blob/m…
-
### Answers checklist.
- [X] I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
- [X] I have updated…
-
### Introduction
This issue deals with a topic that has been the center of multiple previous discussions and existing issues and PRs. This is an attempt at briefly summarizing the problem in order …
-
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…
-
Hello,
I try your code for a project where I need to mux my GSM serial line.
When I run cmux, it create 4 tty : ttyGSM1 to 4.
But I can't use them.
With python I do :
import serial
com=serial.Seria…
-
Very cool project and impressive use of lots of new stuff.
It says it proxies tcp, so does that mean that i can proxy a GRPC client server interaction, web sockets and maybe even udp stuff like Q…
ghost updated
6 years ago
-
**Is your enhancement proposal related to a problem? Please describe.**
If the length byte(s) in a CMUX frame header is lost, the state machine decoding the frame may in some cases wait for an invali…
-
some protocols are private and strange, so I'd like provide a method to write customer defined protocol Matcher.
-
Apologies for this, but due to weirdness of go modules, see here https://github.com/golang/go/issues/29323, when vendoring cmux as a dependency it also vendors google.golang.org/grpc purely because it…