shinrich commented on code in PR #8963: URL: https://github.com/apache/trafficserver/pull/8963#discussion_r961773926
########## proxy/http/HttpSM.cc: ########## @@ -3405,6 +3657,66 @@ HttpSM::tunnel_handler_ua(int event, HttpTunnelConsumer *c) return 0; } +int +HttpSM::tunnel_handler_trailer_ua(int event, HttpTunnelConsumer *c) Review Comment: Could separate it out. What is present now has not been tested for a while (AFAIK). I did very basic tests early on with gRPC. The goal for the support is gRPC which is only needed for HTTP/2. We will need that support very soon after the base H2 to origin is committed. I agree that it would be nice to support for H1 as well, but do we have a use case for trailers with H1? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
