RE: [EMAIL PROTECTED] Unabling Chunked encoding in Apache

2008-06-25 Thread Anand Kulkarni
Chunked encoding in Apache On Wed, 25 Jun 2008 16:37:20 +0530 "Anand Kulkarni" <[EMAIL PROTECTED]> wrote: > Hi, > > I have also seen about chunk data at > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html Documents for 2.2. > For Apache 2.0.63, inside httpd.

Re: [EMAIL PROTECTED] Unabling Chunked encoding in Apache

2008-06-25 Thread Nick Kew
On Wed, 25 Jun 2008 16:37:20 +0530 "Anand Kulkarni" <[EMAIL PROTECTED]> wrote: > Hi, > > I have also seen about chunk data at > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html Documents for 2.2. > For Apache 2.0.63, inside httpd.conf file I set the environment: don't necessarily apply to 2

RE: [EMAIL PROTECTED] Unabling Chunked encoding in Apache

2008-06-25 Thread Anand Kulkarni
). I am sending a plain text data so the content type is text/plain. -Anand -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 4:23 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Unabling Chunked encoding in Apache Sorry... I did

RE: [EMAIL PROTECTED] Unabling Chunked encoding in Apache

2008-06-25 Thread Anand Kulkarni
not work. Have somebody implemented this concept? -Anand -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 4:12 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Unabling Chunked encoding in Apache I could swear that I saw som

Re: [EMAIL PROTECTED] Unabling Chunked encoding in Apache

2008-06-25 Thread André Warnier
Sorry... I did not read the OP's question well enough, and failed to click that he was talking about sending large chunks of data from client TO Apache server. My mistake, I apologise. To the original poster : Could you explain a little bit about the client who is sending the data ? - what k

Re: [EMAIL PROTECTED] Unabling Chunked encoding in Apache

2008-06-25 Thread André Warnier
I could swear that I saw something about that in the mod_proxy documentation on the Apache site. Anand Kulkarni wrote: Hi, I want to send large amount of data from client to server through Apache. hence, I am using Apache as proxy using the standard mod_proxy module. Client does not know t

[EMAIL PROTECTED] Unabling Chunked encoding in Apache

2008-06-25 Thread Anand Kulkarni
Hi, I want to send large amount of data from client to server through Apache. hence, I am using Apache as proxy using the standard mod_proxy module. Client does not know the length of data to be sent and hence can not set the content length value. So, how can I send this large data without kn