Re: POST Request How to enable Chunk Size

2012-06-01 Thread Oleg Kalnichevski
On Thu, 2012-05-31 at 09:30 -0700, anr wrote: Thanks olegk, Based on your input and help I created below classes and started to test it out. Now I am able to control the size of the chunk and disable caching with 0 size. How do I use these classes with connection pooling classes. Please

Re: POST Request How to enable Chunk Size

2012-05-31 Thread anr
://old.nabble.com/POST-Request-How-to-enable-Chunk-Size-tp33904874p33939535.html Sent from the HttpClient-User mailing list archive at Nabble.com. - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional

Re: POST Request How to enable Chunk Size

2012-05-27 Thread Oleg Kalnichevski
On Fri, 2012-05-25 at 09:28 -0700, anr wrote: scenario is end user speaking in the mobile device the audio stream should be flushed to the speech engine to process as it comes. Can you help me out by pointing to the examples how to achieve the steps you have mentioned. Thanks for all the

Re: POST Request How to enable Chunk Size

2012-05-25 Thread Oleg Kalnichevski
On Thu, 2012-05-24 at 15:13 -0700, anr wrote: DEBUG org.apache.http.wire - 800[\r][\n] org.apache.http.wire - 800[\r][\n] CoreConnectionPNames.SOCKET_BUFFER_SIZE CoreConnectionPNames.MIN_CHUNK_LIMIT How to change the transfer encoding chunk size when request is posted. I want to set