Ticket #2733: class-snoopy.php.diff
| File class-snoopy.php.diff, 710 bytes (added by JeremyVisser, 6 years ago) |
|---|
-
wp-includes/class-snoopy.php
78 78 var $error = ""; // error messages sent here 79 79 var $response_code = ""; // response code returned from server 80 80 var $headers = array(); // headers returned from server sent here 81 var $maxlength = 500000; // max return data length (body)81 var $maxlength = 8192; // max return data length (body) 82 82 var $read_timeout = 0; // timeout on read operations, in seconds 83 83 // supported only since PHP 4 Beta 4 84 84 // set to 0 to disallow timeouts
