Patrcik,
A well behaving HTTP 1.1 agent is not supposed to return 1xx status codes to the 
caller at all. Basically, this is nothing that you, as a user, should be concerned 
with. HttpClient since beta-1 completely hides away all the low level details of the 
'expect:100-continue' handshake. It has been designed to follow the HTTP spec 
guidelines with regard to 1xx status codes and will never spit 100 status code back at 
you.

Oleg



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Thursday, July 17, 2003 10:04 AM
To: Commons HttpClient Project
Subject: Handling HTTP 1.1 status 100 responses



Hi,

I am looking for a way to handle http1.1 status 1XX responses, without
having to post my request again (note that I never put explicit expect
headers in my requests!). I suppose that some implementations bases on the
Jakarta-commons http client have done this already. Can anybody suggest me
how to do this?

Thanks a lot,

Patrick Baeyens


This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete the
original.  Any other use of the email by you is prohibited.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to