MCPcopy Create free account
hub / github.com/apache/impala / IsSecure

Method IsSecure

be/src/util/webserver.cc:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403bool Webserver::IsSecure() const {
404 return !FLAGS_webserver_certificate_file.empty();
405}
406
407Status Webserver::Start() {
408 LOG(INFO) << "Starting webserver on " << TNetworkAddressToString(http_address_);

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected