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

Function TSVConnAbort

src/api/InkAPI.cc:5835–5842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5833}
5834
5835void
5836TSVConnAbort(TSVConn connp, int error)
5837{
5838 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5839
5840 VConnection *vc = reinterpret_cast<VConnection *>(connp);
5841 vc->do_io_close(error);
5842}
5843
5844void
5845TSVConnShutdown(TSVConn connp, int read, int write)

Callers 15

InterceptInterceptHookFunction · 0.85
prepare_to_dieFunction · 0.85
transform_destroyFunction · 0.85
transform_bypassFunction · 0.85
transform_read_eventFunction · 0.85
abortMethod · 0.85
~HttpTransactionMethod · 0.85
handlerMethod · 0.85
cont_bg_fetchFunction · 0.85
~HttpTransactionMethod · 0.85
cont_bg_fetchFunction · 0.85
fetch_consumeFunction · 0.85

Calls 2

do_io_closeMethod · 0.45

Tested by

no test coverage detected