randall commented on a change in pull request #7670:
URL: https://github.com/apache/trafficserver/pull/7670#discussion_r606301153
##########
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:
Looks like this list is sorted alphabetically by value , the new option
should be moved up
--
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]