mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
7ddd5b57c3
Header parsing now takes into account situations like a proxy or redirections. Works around the curl issue. Also fixes the issue when a redirected request would cause a double amount of headers coming out of the parser - it would merrily process anything that's in key:value format even if it was two distinct headers.