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

Method delete_data_frame

include/proxy/http3/Http3Frame.h:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 static void
200 delete_data_frame(Http3Frame *frame)
201 {
202 frame->~Http3Frame();
203 http3DataFrameAllocator.free(static_cast<Http3DataFrame *>(frame));
204 }
205
206 static void
207 delete_headers_frame(Http3Frame *frame)

Callers

nothing calls this directly

Calls 2

~Http3FrameMethod · 0.80
freeMethod · 0.45

Tested by

no test coverage detected