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

2013-02-11 Thread quandary
added patch On 02/11/2013 11:21 PM, Andres G. Aragoneses wrote: Looks about right. Do you mind posting a patch in the bug or propose a pull request? On 11/02/13 20:12, quandary wrote: Horray, used mono 3.0.3 stable, and "use_chuncked = false;" fixed it. Thanks ! ;) nginx defines this fastc

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 wrote: > Hi, > > working on Socket class I find that BeginSendFile method is broken. > Main.cs in attach is a test case. > On unpatched m

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

2013-02-11 Thread Andres G. Aragoneses
Looks about right. Do you mind posting a patch in the bug or propose a pull request? On 11/02/13 20:12, quandary wrote: Horray, used mono 3.0.3 stable, and "use_chuncked = false;" fixed it. Thanks ! ;) nginx defines this fastcgi parameter: fastcgi_paramGATEWAY_INTERFACECGI/1.1; So h

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

2013-02-11 Thread quandary
Horray, used mono 3.0.3 stable, and "use_chuncked = false;" fixed it. Thanks ! ;) nginx defines this fastcgi parameter: fastcgi_paramGATEWAY_INTERFACECGI/1.1; So here a proper patch (tested - works, maybe add ordinalignorecase to startswith ?): /root/sources/mono/3.0.3/mono-3.0.3/mcs/c