MCPcopy Create free account
hub / github.com/axmolengine/axmol / ~HttpClient

Method ~HttpClient

core/network/HttpClient.cpp:141–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141HttpClient::~HttpClient()
142{
143 _scheduler->unscheduleAllForTarget(this);
144 delete _service;
145
146 clearPendingResponseQueue();
147 clearFinishedResponseQueue();
148 if (_cookie)
149 {
150 _cookie->writeFile();
151 delete _cookie;
152 }
153
154 AXLOGD("HttpClient destructor");
155}
156
157void HttpClient::setDispatchOnWorkThread(bool bVal)
158{

Callers

nothing calls this directly

Calls 2

writeFileMethod · 0.80

Tested by

no test coverage detected