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

Method data

plugins/multiplexer/dispatch.cc:184–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 void
185 data(const TSIOBufferReader r, const int64_t l)
186 {
187 length += l;
188 if (dbg_ctl.on()) {
189 std::string buffer;
190 const uint64_t length = read(r, buffer, l);
191 response += buffer;
192 Dbg(dbg_ctl, "Receiving response chunk \"%s\" of %" PRIu64 " bytes", buffer.c_str(), length);
193 }
194 }
195
196 void
197 done()

Callers 15

operator()Method · 0.45
escape_jsonFunction · 0.45
initMethod · 0.45
write_to_disk_no_lockMethod · 0.45
authorizeAwsV4Method · 0.45
fromArgsMethod · 0.45
isKnownLargeObjMethod · 0.45
sizeCacheAddMethod · 0.45
sizeCacheRemoveMethod · 0.45

Calls 3

readFunction · 0.70
onMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected