Re: [Mongrel] Win32 service - Errno::EINVAL (Invalidargument)whenuploading image file

2007-04-28 Thread Herryanto Siatono
Without your step through, I wouldn't have found it, thanks anyway! Btw, isn't it a bit harsh to throw an error when puts is called in mongrel service? Coz sometimes the 'puts' was called by core library, eg. This case the Base64. Right now, I'm applying a patch to my app to ignore the stderr/std

Re: [Mongrel] Win32 service - Errno::EINVAL (Invalidargument)whenuploading image file

2007-04-28 Thread Luis Lavena
On 4/29/07, Herryanto Siatono <[EMAIL PROTECTED]> wrote: > Without your step through, I wouldn't have found it, thanks anyway! > > Btw, isn't it a bit harsh to throw an error when puts is called in mongrel > service? Coz sometimes the 'puts' was called by core library, eg. This case > the Base64. >