MCPcopy Create free account
hub / github.com/SmingHub/Sming / close

Method close

Sming/Components/ssl/src/Session.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void Session::close()
134{
135 debug_d("SSL %p: closing ...", this);
136
137 connection.reset();
138 context.reset();
139
140 hostName = nullptr;
141 maxBufferSize = MaxBufferSize::Default;
142}
143
144int Session::read(InputBuffer& input, uint8_t*& output)
145{

Callers 8

tbFunction · 0.45
tbFunction · 0.45
tbFunction · 0.45
readFileFunction · 0.45
gdb_on_attachFunction · 0.45
sendNewMessageFunction · 0.45
executeMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected