grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

servlet: force always sending end_stream in trailer frame (Fixes #10124)

Open hypnoce opened this issue 1 year ago • 9 comments

Add option to force servlet transport to send trailers to avoid empty data frame with end_stream flag from servlet containers implementation (currently Tomcat). fixes https://github.com/grpc/grpc-java/issues/10124

hypnoce avatar May 03 '23 05:05 hypnoce