Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 65966 invoked from network); 24 Feb 2004 14:45:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Feb 2004 14:45:15 -0000 Received: (qmail 55063 invoked by uid 500); 24 Feb 2004 14:45:10 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 55040 invoked by uid 500); 24 Feb 2004 14:45:09 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 55013 invoked from network); 24 Feb 2004 14:45:09 -0000 Received: from unknown (HELO nose.ch) (195.134.131.71) by daedalus.apache.org with SMTP; 24 Feb 2004 14:45:09 -0000 Received: (qmail 24676 invoked from network); 24 Feb 2004 14:45:09 -0000 Received: from calvin.nose.ch (HELO nose.ch) (192.168.1.7) by nose.ch with SMTP; 24 Feb 2004 14:45:09 -0000 Message-ID: <403B6375.5020007@nose.ch> Date: Tue, 24 Feb 2004 15:45:09 +0100 From: =?ISO-8859-1?Q?Ortwin_Gl=FCck?= Organization: NOSE Applied Intelligence User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: de-ch, en-us MIME-Version: 1.0 To: Commons HttpClient Project Subject: Re: streaming request body References: <825BF35A92B3F0479CC164ECBBE9376E5F03A9@kccxoex06.corp.kpmgconsulting.com> <403A70B7.4070603@tibco.com> <69B4F542-66D4-11D8-9801-00039379521C@integralsource.com> <403B616C.1010303@gli-micram.de> In-Reply-To: <403B616C.1010303@gli-micram.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stefan Dingfelder wrote: > I am missing something here from both views. Maybe I am wrong but as I > understand it, I can provide any InputStream. And that must not be a > file on disk (which I dislike also - except for large files or live > streams that cannot be put to memory in total) but can be any object in > memory. So in case of sending it there should be no problem.. Correct? > > Best Regards, > Stefan "must not be a file on disk" should read "does not have to be a file on disk" (this is a common German mistake). But you are absolutely correct. There is no need to use the disk at all. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org