maskit commented on code in PR #8963: URL: https://github.com/apache/trafficserver/pull/8963#discussion_r921865432
########## 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: Is it possible to add support for trailer before or after H2 to Origin separately? I guess it was added for gRPC, but I assume it'll be used for H1 as well. And if we support trailer header, that should be explicitly stated on release note. -- 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]
