[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 Sy

[Mono-dev] Question - pass a socket between processes

2013-02-08 Thread pablosantosl...@terra.es
Hi there, I'm trying to pass a socket from a process to another one, in order to create a front-end server and a back-end server of Plastic SCM. Well,  I'm able to do that (thanks to Dick Porter) using the following:   new Socket(A

Re: [Mono-dev] Bug in mono 3.0.1 MVC3 File/FileResult

2013-02-08 Thread SirNoSkill
I agree, looks like the right place for the fix. Quizz question is, how to find out if fastcgi is being used or not, but I suppose uncertainty about that is what the hard-coding is for :) If I have sufficient time, I will recompile mono with that change this evening and try. When I recompile mon

Re: [Mono-dev] Bug in mono 3.0.1 MVC3 File/FileResult

2013-02-08 Thread Daniel Lo Nigro
The HttpResponse implementation in Mono is located here: https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web/HttpResponse.cs I noticed this piece of code: if (worker_request != null) use_chunked = (worker_request.GetHttpVersion () == "HTTP/1.1"); Which HttpResponse

Re: [Mono-dev] Object.GetType() is virtual on mono but is not on .NET?

2013-02-08 Thread Leszek Ciesielski
Class status pages also report this as mismatch: http://go-mono.com/status/status.aspx?reference=4.5&profile=4.5&assembly=mscorlib On Thu, Feb 7, 2013 at 11:25 PM, Rafael Teixeira wrote: > looks like a bug. please report > > Rafael "Monoman" Teixeira > --- > "T