silverstripe-framework/tests/api
Mateusz Uzdowski 7ddd5b57c3 BUG Do not rely on broken curl header size calculation.
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.
2013-09-20 15:02:40 +12:00
..
RestfulServiceTest.php BUG Do not rely on broken curl header size calculation. 2013-09-20 15:02:40 +12:00
RSSFeedTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
XMLDataFormatterTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
XMLDataFormatterTest.yml FIX CDATA sections in HTML5 are invalid so remove from test 2013-02-18 17:02:11 +13:00