In my case another issue cause the error message in my 2.8.4 installation. I solved it by inserting
$headers['content-length'] = $headers['content-length'][1]
right after
$headers = wp_get_http($url, $upload['file']);
(line 619) in wp-admin/import/wordpress.php.
More detailed information can be found on my blog.