Changeset 35930 for trunk/src/wp-includes/class-wp-http-curl.php
- Timestamp:
- 12/14/2015 07:20:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-curl.php
r34639 r35930 299 299 300 300 /** 301 * Grab the headers of the cURL request 302 * 303 * Each header is sent individually to this callback, so we append to the $header property for temporary storage 301 * Grabs the headers of the cURL request. 302 * 303 * Each header is sent individually to this callback, so we append to the `$header` property 304 * for temporary storage 304 305 * 305 306 * @since 3.2.0 306 307 * @access private 307 * @return int 308 * 309 * @param resource $handle cURL handle. 310 * @param string $headers cURL request headers. 311 * @return int Length of the request headers. 308 312 */ 309 313 private function stream_headers( $handle, $headers ) {
Note: See TracChangeset
for help on using the changeset viewer.