mirror of
https://github.com/soheilhy/cmux.git
synced 2026-08-12 09:08:01 +08:00
As reported in issue #22 reports that Java gRPC clients cannot handshake with cmux'ed gRPC server, since the client does not immediately send a header with the content-type field. The reason is that the java client, block on receiving the first SETTING frame. Add MatchWriter that can match and write on the connection. Implement a MatchWriter that writes a SETTING frame once it receives a SETTING frame.
3.8 KiB
3.8 KiB