MCPcopy Create free account
hub / github.com/apache/trafficserver / url_printed_length

Method url_printed_length

src/proxy/hdrs/HTTP.cc:1873–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871}
1872
1873int
1874HTTPHdr::url_printed_length(unsigned normalization_flags)
1875{
1876 int zret = -1;
1877 UrlPrintHack hack(this);
1878 if (hack.is_valid()) {
1879 zret = m_url_cached.length_get(normalization_flags);
1880 }
1881 return zret;
1882}
1883
1884// Look for headers that the proxy will need to be able to process
1885// Return false if the proxy does not know how to process the header

Callers 2

updateVectorMethod · 0.80

Calls 2

is_validMethod · 0.45
length_getMethod · 0.45

Tested by

no test coverage detected