Hi Zuno,
I don't think that's the right place for the fix. What's the exact problem you're trying to fix? AFAICS the only important difference your patch makes is that on_start_nsrequest will be always called in read_stream_data (possibly many times), but it's also called in on_stop_nsrequest if no data was read.
Jacek
* On Tue, 8 Mar 2011, Jacek Caban wrote:
What's the exact problem you're trying to fix?
AFAIK, builtin IE crashes on loading empty file: http://bugs.winehq.org/show_bug.cgi?id=25999
S.
Hi Jacek,
On Wed, Mar 9, 2011 at 12:41 AM, Jacek Caban jacek@codeweavers.com wrote:
Hi Zuno,
I don't think that's the right place for the fix. What's the exact problem you're trying to fix? AFAICS the only important difference your patch makes is that on_start_nsrequest will be always called in read_stream_data (possibly many times), but it's also called in on_stop_nsrequest if no data was read.
Jacek
Is there any update of this bug? Thanks!