Changeset 9901 for trunk/wp-includes/http.php
- Timestamp:
- 11/26/2008 11:48:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r9741 r9901 787 787 788 788 if ( ! $r['blocking'] ) { 789 stream_set_blocking($handle, 0); 789 790 fclose($handle); 790 791 return array( 'headers' => array(), 'body' => '', 'response' => array('code', 'message') );
Note: See TracChangeset
for help on using the changeset viewer.