NavidJalali opened a new pull request, #456: URL: https://github.com/apache/pekko-grpc/pull/456
According to [RFC 7230](https://www.rfc-editor.org/rfc/rfc7230) in section 4.4 regarding trailers it says: > [4.4](https://www.rfc-editor.org/rfc/rfc7230#section-4.4). Trailer > When a message includes a message body encoded with the chunked transfer coding and the sender desires to send metadata in the form of trailer fields at the end of the message, the sender SHOULD generate a Trailer header field before the message body to indicate which fields will be present in the trailers. This allows the recipient to prepare for receipt of that metadata before it starts processing the body, which is useful if the message is being streamed and the recipient wishes to confirm an integrity check on the fly. > Trailer = 1#field-name When this pre-announcement some reverse proxy applications like tyk misbehave. So even if this is a **_SHOULD_** and not a **_MUST_**, I would appreciate if we could do this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org