MCPcopy Create free account
hub / github.com/acl-dev/acl / ~http_aclient

Method ~http_aclient

lib_acl_cpp/src/http/http_aclient.cpp:48–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48http_aclient::~http_aclient()
49{
50 if (http_res_) {
51 http_res_free(http_res_);
52 } else if (hdr_res_) {
53 http_hdr_res_free(hdr_res_);
54 }
55 delete header_;
56
57 if (stream_) {
58 stream_->unbind();
59 delete stream_;
60 }
61
62 delete ws_in_;
63 delete ws_out_;
64 delete buff_;
65 delete zstream_;
66}
67
68http_header& http_aclient::request_header()
69{

Callers

nothing calls this directly

Calls 3

http_res_freeFunction · 0.85
http_hdr_res_freeFunction · 0.85
unbindMethod · 0.45

Tested by

no test coverage detected