Loading scripts/run/gkfs +2 −0 Original line number Diff line number Diff line Loading @@ -361,6 +361,8 @@ expand_setup() { exit 1 fi # if proxy is enabled error out # to support proxy, all proxies need to be shutdown during expansion and started up after again # to get the new configuration. if [[ ${USE_PROXY} == true ]]; then echo -e "${C_AST_RED}ERROR: Proxy not supported for expansion. Exiting ..." exit 1 Loading src/proxy/util.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ load_hostfile(const std::string& lfpath) { string uri; std::smatch match; while(getline(lf, line)) { if(line[0] == '#') continue; if(!regex_match(line, match, line_re)) { PROXY_DATA->log()->debug( "{}() Unrecognized line format: [path: '{}', line: '{}']", Loading Loading
scripts/run/gkfs +2 −0 Original line number Diff line number Diff line Loading @@ -361,6 +361,8 @@ expand_setup() { exit 1 fi # if proxy is enabled error out # to support proxy, all proxies need to be shutdown during expansion and started up after again # to get the new configuration. if [[ ${USE_PROXY} == true ]]; then echo -e "${C_AST_RED}ERROR: Proxy not supported for expansion. Exiting ..." exit 1 Loading
src/proxy/util.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ load_hostfile(const std::string& lfpath) { string uri; std::smatch match; while(getline(lf, line)) { if(line[0] == '#') continue; if(!regex_match(line, match, line_re)) { PROXY_DATA->log()->debug( "{}() Unrecognized line format: [path: '{}', line: '{}']", Loading