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

Method cleanup

Sming/Components/Network/src/Network/Http/HttpClientConnection.cpp:413–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411// end of public methods for HttpClientConnection
412
413void HttpClientConnection::cleanup()
414{
415 reset();
416
417 // if there are requests in the executionQueue -> move them back to the waiting queue
418 while(executionQueue.count() != 0) {
419 waitingQueue.enqueue(executionQueue.dequeue());
420 }
421}

Callers

nothing calls this directly

Calls 3

enqueueMethod · 0.80
countMethod · 0.45
dequeueMethod · 0.45

Tested by

no test coverage detected