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

Method close

lib_acl_cpp/src/http/http_request.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void http_request::close()
121{
122 delete client_;
123 client_ = NULL;
124}
125
126void http_request::reset()
127{

Callers 3

connect_serverMethod · 0.45
on_messageMethod · 0.45
close_streamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected