Re: [Webware-devel] Built-in HTTP / File Upload

2006-11-06 Thread Christoph Zwerschke
> Just took a look at the fix in svn -- one thing: on line. 36, you're > deleting 'Content-Type' from the headers, and I think you want to be > deleting 'Content-Length'. Good that you looked over the patch. I've already fixed the lapse. -- Christoph -

Re: [Webware-devel] Built-in HTTP / File Upload

2006-11-06 Thread Dan Milstein
Chris, Just took a look at the fix in svn -- one thing: on line. 36, you're deleting 'Content-Type' from the headers, and I think you want to be deleting 'Content-Length'. Very glad to see such a quick fix checked in. -Dan On Nov 3, 2006, at 6:12 PM, Christoph Zwerschke wrote: > Dan Milstei

Re: [Webware-devel] Built-in HTTP / File Upload

2006-11-03 Thread Christoph Zwerschke
Dan Milstein wrote: > After looking carefully at HTTPHandler, I think I've found a way > to avoid holding that file in memory. I wanted to ask the list if > there was a reason for the current design that I'm missing. If not, > I'd propose the patch below as an improvement to the built-in HTTP