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.5profile=4.5assembly=mscorlib On Thu, Feb 7, 2013 at 11:25 PM, Rafael Teixeira mono...@gmail.com wrote: looks like a bug. please report Rafael Monoman Teixeira

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

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

[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

[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

Re: [Mono-list] Running a shell builtin from mono

2013-02-08 Thread Mathias Tausig
On Friday 08. February 2013 10:45:32 Ulrich Hertlein wrote: Hi Mathias, On Fri, Feb 8, 2013 at 2:10 AM, Mathias Tausig mathias.tausig@a- cert.atwrote: On Thursday 07. February 2013 12:05:32 Ian Norton wrote: On Thu, Feb 07, 2013 at 11:08:22AM +, Mathias Tausig wrote: Hy!

Re: [Mono-list] Running a shell builtin from mono

2013-02-08 Thread Jonathan Pryor
On Feb 8, 2013, at 5:39 AM, Mathias Tausig mathias.tau...@a-cert.at wrote: Does it? I didn't know that. I assumed it uses the same shell that mono is running in. You're assuming that Mono was started from a shell. This need not be the case (e.g. started directly as user's login shell or as