> With out a content-length set in the > request, everything is treating the content length as 0 and the file > is more or less getting sent to the bit bucket.
Is the content length header really not getting set? Mongrel automatically sets this. If you do something like while writing the response code. You might have to overload mongrel's HttpResponse#send_status method to explicitly not send this header. I think http://merb.devjavu.com/ticket/121 might have some useful hints too. ry _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users