http://bugzilla.novell.com/show_bug.cgi?id=312409
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=312409#c8 --- Comment #8 from Gonzalo Paniagua Javier <[email protected]> 2009-05-08 11:25:19 MDT --- Don't remember if MS closes the stream after you reach the content-length you set, but that's easy to test. In any case, your callback should be called after all the data has been written so no exception would need to be thrown (at least that's what MS does too, so if you don't write all the expected data and don't close the stream, you're going to be waiting and waiting and waiting...) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
