Skip to content

Conversation

@Rnbsov
Copy link

@Rnbsov Rnbsov commented Dec 13, 2025

Updated transport.rs to enable ALPN for protocol negotiation and support both HTTP/1.1 and HTTP/2.

  • With a modern gRPC server: Uses HTTP/2 (faster, multiplexing, bidirectional streaming)
  • With an HTTP/1.1-only server: Falls back to HTTP/1.1 automatically
  • Backward compatible: Doesn't break existing HTTP/2 connections

closes: https://feedback.yaak.app/p/grpc-testing-over-http11

Updated `transport.rs` to enable `ALPN` for protocol negotiation and support both `HTTP/1.1` and `HTTP/2`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant