Re: PUT Expect:100-continue

2008-07-18 Thread Oleg Kalnichevski
Uday Subbarayan wrote: Hi Oleg, I disagree with you. This 100 status from HTTP Servers are valid response, to indicate to the client to continue sending the body. You are very welcome to disagree. RFC 2616, section 10.1 10.1 Informational 1xx This class of status code indicates a

Re: PUT Expect:100-continue

2008-07-17 Thread Oleg Kalnichevski
On Wed, 2008-07-16 at 17:34 -0700, Uday Subbarayan wrote: Hi All, I am having trouble in using HTTPClient 3.1 for PUT method w/ Expect:100-Continue header. My requirement is that, [1] client sends a PUT request to the server with header only using this Expect header and waits for

Re: PUT Expect:100-continue

2008-07-17 Thread Uday Subbarayan
: From: Oleg Kalnichevski [EMAIL PROTECTED] Subject: Re: PUT Expect:100-continue To: HttpClient User Discussion httpclient-users@hc.apache.org Date: Thursday, July 17, 2008, 10:03 PM On Wed, 2008-07-16 at 17:34 -0700, Uday Subbarayan wrote: Hi All, I am having trouble in using HTTPClient 3.1

PUT Expect:100-continue

2008-07-16 Thread Uday Subbarayan
Hi All,     I am having trouble in using HTTPClient 3.1 for PUT method w/ Expect:100-Continue header. My requirement is that, [1] client sends a PUT request to the server with header only using this Expect header and waits for the 100 response back from the server. [2] Then client sends the