WordPress/wp-includes/Requests
Dion Hulse 1dd3ed4bd5 Requests: Update to Requests master (fb5b517) which corrects a logic inversion in the cURL transport checks.
Previously if a host had only disabled one of `curl_init()` or `curl_exec()` it wouldn't get detected correctly by Requests, which caused cURL warnings for users on an affecte dhost.

Fixes #37700 for trunk.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-08-18 03:48:31 +00:00
..
Auth
Cookie
Exception DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
Proxy
Response
Transport Requests: Update to Requests master (fb5b517) which corrects a logic inversion in the cURL transport checks. 2016-08-18 03:48:31 +00:00
Utility
Auth.php
Cookie.php
Exception.php
Hooker.php
Hooks.php
IDNAEncoder.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
IPv6.php
IRI.php
Proxy.php
Response.php
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