Index: class-http.php
===================================================================
--- class-http.php	(revision 41089)
+++ class-http.php	(working copy)
@@ -393,6 +393,7 @@
 		 * @param string         $class    HTTP transport used.
 		 * @param array          $args     HTTP request arguments.
 		 * @param string         $url      The request URL.
+		 * @param array          $r        HTTP request arguments.
 		 */
 		do_action( 'http_api_debug', $response, 'response', 'Requests', $r, $url );
 		if ( is_wp_error( $response ) ) {
@@ -461,6 +462,7 @@
 	 *
 	 * @param string            $location URL to redirect to.
 	 * @param array             $headers  Headers for the redirect.
+	 * @param mixed      $data   The data to add to the cache.
 	 * @param array             $options  Redirect request options.
 	 * @param Requests_Response $original Response object.
 	 */
