Re: [Mono-dev] Bug in Socket.BeginSendFile

2013-02-11 Thread Rodrigo Kumpera
Please file a bug report or do a pull request, this way this fix won't be lost. Thanks for looking into this. On Sat, Feb 9, 2013 at 2:02 AM, Torello Querci tque...@gmail.com wrote: Hi, working on Socket class I find that BeginSendFile method is broken. Main.cs in attach is a test case.

[Mono-dev] Bug in Socket.BeginSendFile

2013-02-08 Thread Torello Querci
Hi, working on Socket class I find that BeginSendFile method is broken. Main.cs in attach is a test case. On unpatched mono version I get Unhandled Exception: System.ArgumentException: Invalid IAsyncResult - Datatype:System.Runtime.Remoting.Messaging.AsyncResult Parameter name: syncResult at