History log of /PHP-7.3/ext/standard/tests/http/bug79265.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d0d60503 24-Feb-2020 Miguel Xavier Penha Neto

Fixes #79265: Improper injection of Host header when using fopen for http requests

Check all occurrences of the string "host:" (and other headers),
not just the first one.