We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb7ac8 commit 7aa9d30Copy full SHA for 7aa9d30
testssl.sh
@@ -2521,7 +2521,7 @@ sanitze_http_header() {
2521
sed -e '/^$/q' -e '/^[^a-zA-Z_0-9]$/q' $1 | tr -d '\000-\011\013\014\016-\037' >$1.tmp
2522
# Now to be more sure we delete from '<' or '{' maybe with a leading blank until the end
2523
sed -e '/^ *<.*$/d' -e '/^ *{.*$/d' $1.tmp >$1
2524
- debugme echo -e "---\n $(< $1E) \n---"
+ debugme echo -e "---\n $(< $1) \n---"
2525
}
2526
2527
0 commit comments