soheilhy / cmux

Connection multiplexer for GoLang: serve different services on the same port!
Apache License 2.0
2.53k stars 197 forks source link

HTTP2SendSettings? #67

Open jeffreydking opened 5 years ago

jeffreydking commented 5 years ago

Methods exist for

But there is not a SendSettings option for HTTP2(). Does the existing HTTP2 method not have the same conflict with java gRPC clients as HTTP2MatchHeaderField and HTTP2MatchHeaderFieldPrefix (which require the SendSettings alternatives)?

I would like to match only on the protocol, but need to maintain support for java clients. Is this possible?

jeffreydking commented 5 years ago

I have found another way to approach my concerns, so this issue is no longer relevant to my needs.