Changeset 22118 for trunk/wp-includes/class-http.php
- Timestamp:
- 10/04/2012 08:00:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r22055 r22118 1110 1110 1111 1111 if ( true === $r['blocking'] ) 1112 curl_setopt( $handle, CURLOPT_HEADERFUNCTION, array( &$this, 'stream_headers' ) );1112 curl_setopt( $handle, CURLOPT_HEADERFUNCTION, array( $this, 'stream_headers' ) ); 1113 1113 1114 1114 curl_setopt( $handle, CURLOPT_HEADER, false );
Note: See TracChangeset
for help on using the changeset viewer.