MCPcopy Create free account
hub / github.com/apple/foundationdb / onWriteError

Function onWriteError

flow/Net2.actor.cpp:1165–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163 closeSocket();
1164 }
1165 void onWriteError(const boost::system::error_code& error) {
1166 TraceEvent(SevWarn, "N2_WriteError", id)
1167 .suppressFor(1.0)
1168 .detail("ErrorCode", error.value())
1169 .detail("Message", error.message());
1170 closeSocket();
1171 }
1172};
1173
1174class SSLListener final : public IListener, ReferenceCounted<SSLListener> {

Callers 2

writeMethod · 0.85
writeFunction · 0.85

Calls 5

TraceEventClass · 0.85
closeSocketFunction · 0.85
detailMethod · 0.80
messageMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected