On Tue Jun 09 16:38:21 2009, chengsy@yahoo-inc.com wrote:
Show quoted text> Hi there:
>
> When using WWW::Curl::Multi for parallel fetching, I saw a potential bug
> when setting url, which might be due to direct use of char* without
dup it.
Show quoted text>
> The test case is attached with this mail. Pls try it.
>
Results in
1..1
rc code: 404
rc code: 200
ok 1 - expecting (404, 200)
...for me.
Please make sure you're really running 4.06 in all components though.
4.06 didn't include WWW::Curl::Easy and WWW::Curl::Share in the
distribution as they are generated automatically from template files.
This resulted in people who use WWW::Curl::Easy as an upgrade keyword to
only have 4.05, while they might have had a different ::Multi version.
I've readded WWW::Curl::Easy and WWW::Curl::Share in 4.07, so please
install and test with the latest version whether the problem you're
seeing still occurs.
If so, please also include your perl, libcurl version numbers.