[Mono-dev] [PATCH] HttpRequest Content-Type and Content-Length fixes

Gonzalo Paniagua Javier gonzalo at ximian.com
Tue Nov 8 14:09:47 EST 2005


On Tue, 2005-11-08 at 09:42 -0800, Jason Diamond wrote:
> On 11/8/05, Gonzalo Paniagua Javier <gonzalo at ximian.com> wrote:
> > The Math.Max (...) line is not needed as it is inside a 'if
> > (content_length > 0)' and total is going to be either 0 or
> > buffer.Length.
> 
> Try running the test without the Math.Max line and you'll see an
> exception get thrown. That's because total is bigger than
> content_length which makes the number of bytes we try to allocate a
> negative number.

Ok. The patch is in svn, just in time for 1.1.10.
Thanks a lot.

-Gonzalo





More information about the Mono-devel-list mailing list