﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17490	cURL fails with timeout when posting to a location that redirects	simsmaster	dd32	"I have the following code in my plugin:
{{{
$response = $request->request($fetch_url, array('method' => 'POST', 'body' => $post_data));
}}}
If $post_data == array(); everything works fine. But when I set something to that array, like this: 
{{{
$post_data['tmp'] = 'abc';
}}}
$response is WP_Error with an timeout message.

I use PHP 5.3.1 on Windows (XAMPP)

Sounds to me like a bug..."	defect (bug)	closed	normal	3.4	HTTP	3.2	normal	fixed	needs-testing	simon@…
