Update the inline documentation for HTTP to reflect the true order of HTTP transports
git-svn-id: https://develop.svn.wordpress.org/trunk@12785 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
45b2e6b3af
commit
a9d8e2bdcb
|
@ -73,7 +73,7 @@ class WP_Http {
|
||||||
* Tests all of the objects and returns the object that passes. Also caches
|
* Tests all of the objects and returns the object that passes. Also caches
|
||||||
* that object to be used later.
|
* that object to be used later.
|
||||||
*
|
*
|
||||||
* The order for the GET/HEAD requests are Streams, HTTP Extension, Fopen,
|
* The order for the GET/HEAD requests are HTTP Extension, cURL, Streams, Fopen,
|
||||||
* and finally Fsockopen. fsockopen() is used last, because it has the most
|
* and finally Fsockopen. fsockopen() is used last, because it has the most
|
||||||
* overhead in its implementation. There isn't any real way around it, since
|
* overhead in its implementation. There isn't any real way around it, since
|
||||||
* redirects have to be supported, much the same way the other transports
|
* redirects have to be supported, much the same way the other transports
|
||||||
|
|
Loading…
Reference in New Issue