[wp-trac] [WordPress Trac] #11888: The streams & fopen HTTP transport arn't sending headers that are passed to it
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 14 18:15:02 UTC 2010
#11888: The streams & fopen HTTP transport arn't sending headers that are passed to
it
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: HTTP | Version: 2.9.1
Severity: normal | Keywords: has-patch needs-testing
-------------------------------+--------------------------------------------
Comment(by Denis-de-Bernardy):
additional finding. adding a var_dump over at:
{{{
$meta = stream_get_meta_data($handle);
var_dump($meta);
}}}
reveals the following for my laptop and my dev site:
{{{
["wrapper_type"]=>
string(4) "http"
["stream_type"]=>
string(14) "tcp_socket/ssl"
}}}
but on Pat's dev site, however:
{{{
["wrapper_type"]=>
string(4) "cURL"
["stream_type"]=>
string(4) "cURL"
}}}
so maybe this is what's playing tricks on us:
http://www.php.net/manual/en/function.curl-setopt.php#70043
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11888#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list