Fix resending headers following redirect
commit60c3105c8ac96c97b56766a7c8459f5b32d45e65
authorAndrew Coulton <andrew@ingenerator.com>
Sat, 9 Aug 2014 22:40:41 +0000 (9 23:40 +0100)
committerAndrew Coulton <andrew@ingenerator.com>
Sat, 9 Aug 2014 22:40:41 +0000 (9 23:40 +0100)
treeaf6e1743e20dbe70b0edf035cb0001b3e4a95208
parente9d912da372900c6904c5131a8ea6fb10365978e
Fix resending headers following redirect

Fixes failing test - all header keys are lowercase
internally so comparison was not working as expected
and the header values were not being properly copied
by array_intersect_assoc as that function compares
both key and value.
classes/Kohana/Request/Client.php