[Mono-dev] Patch for compiling System.Web/HttpResponseStream.cs under TARGET_JVM

Ben Maurer bmaurer at ximian.com
Tue Aug 30 10:45:08 EDT 2005


On Mon, 2005-08-29 at 13:00 +0300, Eyal Alaluf wrote:
> +#else
>                                 wr.SendResponseFromMemory ((IntPtr)
> start, len);
> +#endif

This looks wrong. IntPtr is now an offset from the beginning of the
chunk, right?

Did you test this on the standard version?

-- Ben




More information about the Mono-devel-list mailing list