-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
servlet: tomcat does not support trailer only #10124
Milestone
Comments
hypnoce
pushed a commit
to hypnoce/grpc-java
that referenced
this issue
May 3, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 3, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 3, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 3, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 4, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 4, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 4, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 5, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 5, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 5, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 5, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 10, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 10, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 10, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 10, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
May 12, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Aug 1, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Nov 23, 2023
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Jun 3, 2024
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Jun 3, 2024
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Jun 26, 2024
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Jun 26, 2024
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Jul 1, 2024
…#10124) Signed-off-by: hypnoce <[email protected]>
hypnoce
added a commit
to hypnoce/grpc-java
that referenced
this issue
Jul 1, 2024
…#10124) Signed-off-by: hypnoce <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gRPC version:
1.53.0
gRPC server transport: servlet
gRPC client transport: netty
What is your environment?
MacOS 12.4 jdk11
What did you expect to see?
This is a known behaviour where tomcat sends an empty data frame with a end_stream flag instead of a trailer only frame with end_stream flag. While it is a valid http2 behaviour, this is not supported by gRPC who expected end_stream frames to be sent in trailer or trailer-only frame.
What did you see instead?
Internal status error because a data frame is end_stream
Steps to reproduce the bug
The transport tests
earlyServerClose_noServerHeaders
,earlyServerClose_serverFailure
andearlyServerClose_serverFailure_withClientCancelOnListenerClosed
reproduce the problemThe text was updated successfully, but these errors were encountered: