Send_file with stream enabled

Has anyone managed to use send_file with :stream => true?

I’m currently still developing using Rails 1.1.2 on windows xp so might
be OS problem. But google results show this also happen on linux hosts.

I think using send_file with :stream => false is pointless. Since
send_data does exactly the same thing. Or am I mistaken?

Thanks.