grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
861 stars 271 forks source link

Ensure server's security context is used for the server. #547

Closed aam closed 2 years ago

aam commented 2 years ago

Use of client's context for the server results in the server not able to correctly handle ALPN selection: server is not able to request http2(the only one that grpc-dart supports) when client offers both http1 and http2, results in client attempting http1 failing to establish the connection.

linux-foundation-easycla[bot] commented 2 years ago

CLA Signed

The committers listed above are authorized under a signed CLA.

aam commented 2 years ago

@mraleph @kevmoo not sure how to request a review in this project

mraleph commented 2 years ago

Nevermind. It's an issue in the test.