Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ resp_get
Method
resp_get
src/proxy/FetchSM.cc:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
char *
125
FetchSM::resp_get(int *length)
126
{
127
*length = client_bytes;
128
return client_response;
129
}
130
131
int
132
FetchSM::InvokePlugin(int event, void *data)
Callers
1
TSFetchRespGet
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected