MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / forceClose

Method forceClose

extensions/http-curl/client/HTTPClient.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void HTTPClient::forceClose() {
73 if (nullptr != callback) {
74 callback->stop = true;
75 }
76
77 if (nullptr != write_callback_) {
78 write_callback_->stop = true;
79 }
80}
81
82int HTTPClient::debug_callback(CURL *handle, curl_infotype type, char *data, size_t size, void *userptr) {
83 std::shared_ptr<logging::Logger>* logger = static_cast<std::shared_ptr<logging::Logger>*>(userptr);

Callers 1

~HttpTransactionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected