You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/26 21:35:45 UTC

[GitHub] [trafficserver] bneradt commented on issue #6261: Cannot log Transfer-Encoding:chunked from origin

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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org