Re: [us...@httpd] Content Length Vs Chunked Encoding

2010-11-26 Thread Torsten Förtsch
On Friday, November 26, 2010 04:30:13 Madan Udaykumar wrote: That means there is nothing like configuring the server but we have to induce input such that it satisfies chunked encoding and the server will do it. It depends upon what you mean by configuring the server. You can place a bit of

[us...@httpd] Content Length Vs Chunked Encoding

2010-11-25 Thread Madan Udaykumar
Hi, I am using Apache 2.2.8 server installed on Ubuntu. I want to enable the server to send me chunked encoded data when I request data from the server. I looked at all FAQ, google etc and could not find exact answer to enable this. Appreciate if you can let me know how exactly to do this.

Re: [us...@httpd] Content Length Vs Chunked Encoding

2010-11-25 Thread Igor Galić
- Madan Udaykumar mad.u...@gmail.com wrote: Hi, I am using Apache 2.2.8 server installed on Ubuntu. I want to enable the server to send me chunked encoded data when I request data from the server. I looked at all FAQ, google etc and could not find exact answer to enable this.

Re: [us...@httpd] Content Length Vs Chunked Encoding

2010-11-25 Thread Madan Udaykumar
Thanks for the response. That means there is nothing like configuring the server but we have to induce input such that it satisfies chunked encoding and the server will do it. I have a client which supports chunked encoding based on HTTP 1.1, hence to test this I want to send from server chunked