masaori335 commented on a change in pull request #7670:
URL: https://github.com/apache/trafficserver/pull/7670#discussion_r606086081



##########
File path: proxy/hdrs/HTTP.h
##########
@@ -159,7 +159,8 @@ enum SquidLogCode {
   SQUID_LOG_ERR_FUTURE_1              = 'I',
   SQUID_LOG_ERR_CLIENT_READ_ERROR     = 'J', // Client side abort logging
   SQUID_LOG_ERR_LOOP_DETECTED         = 'K', // Loop or cycle detected, 
request came back to this server
-  SQUID_LOG_ERR_UNKNOWN               = 'Z'
+  SQUID_LOG_ERR_UNKNOWN               = 'Z',
+  SQUID_LOG_TCP_CF_HIT                = 'F' // Collapsed forwarding HIT also 
known as Read while write hit

Review comment:
       [nitpicking] why only this is named `CF_HIT`? For consistency with 
something?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to