Index: src/wp-includes/feed.php
===================================================================
--- src/wp-includes/feed.php	(revision 40036)
+++ src/wp-includes/feed.php	(working copy)
@@ -639,12 +639,11 @@
 	$types = array(
 		'rss'      => 'application/rss+xml',
 		'rss2'     => 'application/rss+xml',
-		'rss-http' => 'text/xml',
 		'atom'     => 'application/atom+xml',
 		'rdf'      => 'application/rdf+xml'
 	);
 
-	$content_type = ( !empty($types[$type]) ) ? $types[$type] : 'application/octet-stream';
+	$content_type = ( !empty($types[$type]) ) ? $types[$type] : 'text/xml';
 
 	/**
 	 * Filters the content type for a specific feed type.
