Changeset 25155
- Timestamp:
- 08/28/2013 07:29:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r25154 r25155 480 480 481 481 while ( true ) { 482 $has_chunk = (bool) preg_match( '/^([0-9a-f]+)[^\r\n]*\r\n/i', $body _copy, $match );482 $has_chunk = (bool) preg_match( '/^([0-9a-f]+)[^\r\n]*\r\n/i', $body, $match ); 483 483 if ( ! $has_chunk || empty( $match[1] ) ) 484 484 return $body_original;
Note: See TracChangeset
for help on using the changeset viewer.