Skip to content

Commit 445f8dd

Browse files
committed
rename var
1 parent 630744d commit 445f8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ http_get() {
18261826
# Worst option: slower and hiccups with chunked transfers. Workaround for the
18271827
# latter is using HTTP/1.0. We do not support https here, yet.
18281828
# First the URL will be split
1829-
IFS=/ read -r proto z node query <<< "$1"
1829+
IFS=/ read -r proto foo node query <<< "$1"
18301830
proto=${proto%:}
18311831
if [[ "$proto" != http ]]; then
18321832
pr_warning "protocol $proto not supported yet"

0 commit comments

Comments
 (0)