WordPress/wp-includes/Requests
Ryan McCue b8b7a00889 HTTP API: Update Requests.
This introduces a minimum value of 1 second for timeouts passed to cURL.

Internally, cURL uses alarm() for interrupts, which accepts a second-resolution timeout. Any values lower than 1 second are instantly failed rather than being rounded upwards. While this makes the experience worse for those using asynchronous DNS lookups, there's no way to detect which DNS resolver is being used from PHP.

See #33055, #8923.

Built from https://develop.svn.wordpress.org/trunk@37694


git-svn-id: http://core.svn.wordpress.org/trunk@37660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-06-14 05:30:28 +00:00
..
Auth HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Cookie HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Exception DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
Proxy HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Response HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Transport HTTP API: Update Requests. 2016-06-14 05:30:28 +00:00
Utility HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Auth.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Cookie.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Exception.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Hooker.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Hooks.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
IDNAEncoder.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
IPv6.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
IRI.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Proxy.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Response.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00
Session.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
SSL.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
Transport.php HTTP API: Replace internals with Requests library. 2016-05-13 04:42:28 +00:00