wordpress-develop/src/wp-includes/Requests
Ryan McCue 87b095dae9 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.


git-svn-id: https://develop.svn.wordpress.org/trunk@37694 602fd350-edb4-49c9-b593-d223f7449a82
2016-06-14 05:29:58 +00:00
..
Auth HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Cookie HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Exception DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:49:09 +00:00
Proxy HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Response HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Transport HTTP API: Update Requests. 2016-06-14 05:29:58 +00:00
Utility HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Auth.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Cookie.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Exception.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Hooker.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Hooks.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
IDNAEncoder.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:49:09 +00:00
IPv6.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
IRI.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Proxy.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Response.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
Session.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:49:09 +00:00
SSL.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:49:09 +00:00
Transport.php HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00