Home
last modified time | relevance | path

Searched refs:hdrstat (Results 1 – 1 of 1) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.cc402 int tmplen, hdrstat; in http_hdr_print() local
480 hdrstat = http_hdr_status_get(hdr); in http_hdr_print()
481 if (hdrstat == 200) { in http_hdr_print()
487 tmplen = mime_format_int(p, hdrstat, (bufsize - (p - buf))); in http_hdr_print()