match against lowercase version as well

This commit is contained in:
Andrea Maria Piana 2018-07-03 08:23:55 +02:00
parent 12bf0e742f
commit c346f67cfe
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ header_contains() {
}
_get_header() {
grep -F "${1}" "${RESPONSE_HEADERS}" | tr -d '\r'
grep -i -F "${1}" "${RESPONSE_HEADERS}" | tr -d '\r'
}
# debug