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

Method create_connect

lib_acl_cpp/src/http/http_request_pool.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26connect_client* http_request_pool::create_connect()
27{
28 http_request* req = NEW http_request(addr_, conn_timeout_, rw_timeout_);
29 if (ssl_conf_) {
30 req->set_ssl(ssl_conf_);
31 }
32 return req;
33}
34
35//////////////////////////////////////////////////////////////////////////////
36

Callers

nothing calls this directly

Calls 2

http_requestClass · 0.50
set_sslMethod · 0.45

Tested by

no test coverage detected