[wp-trac] [WordPress Trac] #16978: Move the PHP HTTP Extension priority down the list for WP_HTTP
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 28 09:33:01 UTC 2011
#16978: Move the PHP HTTP Extension priority down the list for WP_HTTP
--------------------------------------+------------------
Reporter: dd32 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.2
Component: HTTP | Version: 3.1
Severity: normal | Resolution:
Keywords: dev-feedback 2nd-opinion |
--------------------------------------+------------------
Comment (by hakre):
[attachment:16978.patch Patch] introduces a filter. That's an idea that
was originally grew out of some comments in other tickets about testing. I
think this makes much sense to deal with differently configured systems
and should benefit testing and is somewhat in scope of this ticket so I
added it here.
In [17550] code was moved from one function into a new one while
refactoring variable names. One variable related to the default list of
transports (`$r['blocking']`) still has the old name and is never set
then.
Next to that, thanks to the nature of a private function the 'blocking'
argument is always set.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16978#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list