Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Feb 11, 2024
1 parent 58253bb commit ba7c497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions components/core/src/clp/StreamingReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ auto StreamingReader::transfer_thread_entry(
);
curl_easy_setopt(curl_handle, CURLOPT_TIMEOUT, static_cast<long>(reader.m_operation_timeout));

// Setup verbose
// curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, 1L);

// Setup the header (if necessary)
reader.m_file_pos = offset;
struct curl_slist* request_header{nullptr};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ source /opt/rh/rh-git227/enable
# unbound variables in them.
set -u

# NOTE: curl must be installed ahead since the rest of scripts will use `curl` to download the src
./tools/scripts/lib_install/install-curl.sh 7.76.0

# NOTE: cmake and boost must be installed first since the remaining packages depend on them
Expand Down

0 comments on commit ba7c497

Please sign in to comment.