Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPCのALPNでのネゴシエーションでgrpc-expが使われないケースがある #61

Closed
prprhyt opened this issue Feb 6, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@prprhyt
Copy link
Collaborator

prprhyt commented Feb 6, 2020

一部のライブラリでALPN over TLSでのgRPCのネゴシエーションに使われていた
grpc-expを廃止して,代りに通常のHTTP/2と同じh2
ALPNのnext-protocol-versionsに指定しているケースがあるようです.
grpc-javaでは1/10付のコミットでgrpc-expを使わないように修正されていました.
grpc/grpc-java#6591
grpc/grpc-java#6592

75df14c のPacketProxyが
ALPNでh2のみを使うようになった最新版( grpc/grpc-java@258fe12 )のgrpc-javaのクライアント/サーバーでは動作しないことを確認しました.

@prprhyt prprhyt added the bug Something isn't working label Feb 6, 2020
@funa-tk
Copy link
Contributor

funa-tk commented Feb 7, 2020

masterにマージしたのでcloseします。

@funa-tk funa-tk closed this as completed Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants