HttpClient / Core 4.0 question

2008-05-22 Thread Vibhav Sharma
Hi, I have used HttpClient 3.x previously. It did not have the ability to do the following. * Client makes a chunked multipart request to server. * Server responds with a chunked response. * Client sends more data as part of the same request. * Server responds with more

Re: HttpClient / Core 4.0 question

2008-05-22 Thread Oleg Kalnichevski
Vibhav Sharma wrote: Hi, I have used HttpClient 3.x previously. It did not have the ability to do the following. * Client makes a chunked multipart request to server. * Server responds with a chunked response. * Client sends more data as part of the same request. * Server