Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set
Method
set
plugins/esi/fetcher/HttpDataFetcherImpl.h:156–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
};
155
156
inline void
157
HttpDataFetcherImpl::ResponseData::set(const char *c, int clen, TSMBuffer b, TSMLoc loc, TSHttpStatus s)
158
{
159
content = c;
160
content_len = clen;
161
bufp = b;
162
hdr_loc = loc;
163
status = s;
164
}
Callers
1
getData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected