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

Method do_io_close

include/iocore/eventsystem/VConnection.h:398–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397
398 void
399 do_io_close(int /* alerrno ATS_UNUSED */) override
400 {
401 ink_assert(!"VConnection::do_io_close -- "
402 "cannot use default implementation");
403 }
404
405 void
406 do_io_shutdown(ShutdownHowTo_t /* howto ATS_UNUSED */) override

Callers 5

~IOInfoMethod · 0.45
abort_readMethod · 0.45
abort_writeMethod · 0.45
close_writeMethod · 0.45
close_readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected