File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2642,7 +2642,7 @@ check_tor_proxy() {
26422642 expected_response_header=" HTTP/1.0 501 Tor is not an HTTP Proxy"
26432643 log info " Expected response header:"
26442644 log info " '$expected_response_header '"
2645- cmd_check_proxy=( ' env' ' UTW_DEV_PASSTHROUGH =1' ' curl' ' --silent' ' --show-error' ' --max-time' ' 3' ' --head' " http://${proxy} " )
2645+ cmd_check_proxy=( ' env' ' UWT_DEV_PASSTHROUGH =1' ' curl' ' --silent' ' --show-error' ' --max-time' ' 3' ' --head' " http://${proxy} " )
26462646 log info " Command used to check if proxy is functional:"
26472647 log info " ${cmd_check_proxy[*]} "
26482648 actual_response_header=" $( " ${cmd_check_proxy[@]} " 2>&1 ) "
Original file line number Diff line number Diff line change @@ -3391,7 +3391,7 @@ check_tor_proxy() {
33913391 expected_response_header=" HTTP/1.0 501 Tor is not an HTTP Proxy"
33923392 log info " Expected response header:"
33933393 log info " '$expected_response_header '"
3394- cmd_check_proxy=( ' env' ' UTW_DEV_PASSTHROUGH =1' ' curl' ' --silent' ' --show-error' ' --max-time' ' 3' ' --head' " http://${proxy} " )
3394+ cmd_check_proxy=( ' env' ' UWT_DEV_PASSTHROUGH =1' ' curl' ' --silent' ' --show-error' ' --max-time' ' 3' ' --head' " http://${proxy} " )
33953395 log info " Command used to check if proxy is functional:"
33963396 log info " ${cmd_check_proxy[*]} "
33973397 actual_response_header=" $( " ${cmd_check_proxy[@]} " 2>&1 ) "
You can’t perform that action at this time.
0 commit comments