Update path in comment.
PiperOrigin-RevId: 299444786 Change-Id: I7dcfe8885f446034b49e6f2274d4a865c002701a
This commit is contained in:
parent
83a39dafa3
commit
317189e108
@ -127,8 +127,8 @@ CurlHttpRequest::CurlHttpRequest(LibCurl* libcurl, Env* env)
|
||||
CHECK(curl_ != nullptr) << "Couldn't initialize a curl session.";
|
||||
|
||||
// NOTE: CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt is configured by
|
||||
// default in //third_party:curl.BUILD and can be customized via an
|
||||
// environment variable.
|
||||
// default in tensorflow/third_party/curl.BUILD and can be customized
|
||||
// via an environment variable.
|
||||
|
||||
CHECK_CURL_OK(
|
||||
libcurl_->curl_easy_setopt(curl_, CURLOPT_VERBOSE, kVerboseOutput));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user