Changeset 37694 for trunk/src/wp-includes/class-requests.php
- Timestamp:
- 06/14/2016 05:29:58 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-requests.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-requests.php
r37674 r37694 305 305 * 306 306 * - `timeout`: How long should we wait for a response? 307 * Note: for cURL, a minimum of 1 second applies, as DNS resolution 308 * operates at second-resolution only. 307 309 * (float, seconds with a millisecond precision, default: 10, example: 0.01) 308 310 * - `connect_timeout`: How long should we wait while trying to connect?
Note: See TracChangeset
for help on using the changeset viewer.