Index: wp-includes/http.php
===================================================================
--- wp-includes/http.php	(revision 10289)
+++ wp-includes/http.php	(working copy)
@@ -236,7 +236,7 @@
 		);
 
 		$r = wp_parse_args( $args, $defaults );
-		$r = apply_filters( 'http_request_args', $r );
+		$r = apply_filters( 'http_request_args', $r, $url );
 
 		if ( is_null( $r['headers'] ) )
 			$r['headers'] = array();
