We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630744d commit 445f8ddCopy full SHA for 445f8dd
1 file changed
testssl.sh
@@ -1826,7 +1826,7 @@ http_get() {
1826
# Worst option: slower and hiccups with chunked transfers. Workaround for the
1827
# latter is using HTTP/1.0. We do not support https here, yet.
1828
# First the URL will be split
1829
- IFS=/ read -r proto z node query <<< "$1"
+ IFS=/ read -r proto foo node query <<< "$1"
1830
proto=${proto%:}
1831
if [[ "$proto" != http ]]; then
1832
pr_warning "protocol $proto not supported yet"
0 commit comments