MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / resetTransportStreams

Method resetTransportStreams

Libraries/Http/HttpConnection.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void HttpConnectionBase::resetTransportStreams()
327{
328 readableTransportStream = &readableSocketStream;
329 writableTransportStream = &writableSocketStream;
330}
331
332void HttpConnectionBase::reset()
333{

Callers 4

onNewClientMethod · 0.80
deactivateConnectionMethod · 0.80
onConnectedMethod · 0.80
closeConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected