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

Method resp_hdr_bufp

src/proxy/FetchSM.cc:798–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798TSMBuffer
799FetchSM::resp_hdr_bufp()
800{
801 HdrHeapSDKHandle *heap;
802 heap = (HdrHeapSDKHandle *)&client_response_hdr;
803
804 return (TSMBuffer)heap;
805}
806
807TSMLoc
808FetchSM::resp_hdr_mloc()

Callers 1

TSFetchRespHdrMBufGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected