ywkaras commented on a change in pull request #8290:
URL: https://github.com/apache/trafficserver/pull/8290#discussion_r697767410
##########
File path: proxy/http/HttpTransact.h
##########
@@ -154,6 +154,7 @@ enum ViaString_t {
VIA_ERROR_CACHE_READ = 'R',
VIA_ERROR_MOVED_TEMPORARILY = 'M',
VIA_ERROR_LOOP_DETECTED = 'L',
+ VIA_ERROR_UNKNOWN = ' ',
Review comment:
The blank space value for this come from traffic_via:
https://github.com/apache/trafficserver/blob/4623209d348e1ca93c668684bb9ba3acfbbf60d5/src/traffic_via/traffic_via.cc#L176
--
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]