silverstripe-framework/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
..
DataFormatter.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FormEncodedDataFormatter.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
JSONDataFormatter.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-05-09 10:34:20 +02:00
RestfulService.php BUG Do not rely on broken curl header size calculation. 2013-09-20 15:02:40 +12:00
RSSFeed.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
XMLDataFormatter.php Correct line length and indentation 2013-08-21 18:54:05 +12:00