bneradt commented on issue #6261:
URL: https://github.com/apache/trafficserver/issues/6261#issuecomment-952346468


   It looks like as a part of processing the incoming response we remove the 
Transfer-Encoding field from our list of fields:
   
https://github.com/apache/trafficserver/blob/b43c213f903f4cd73d785b653557151c44bc4992/proxy/http/HttpTransact.cc#L5933-L5959
   
   Thus there's nothing fundamental to the log field mechanism itself that is 
causing `%<{Transfer-Encoding}ssh>` to not print the Transfer-Encoding header. 
I notice, for instance, that `%<{Transfer-Encoding}psh>` prints the expected 
field value.


-- 
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]


Reply via email to