Hi Roland,

unluckily, I need to comply with Http protocol 1.1. Until now, I have not
found any way to handle these extra responses over the same connection. Is
there any other way I could "flush" the received response and listen again
for the next response for instance?

regards,

Patrick





                                                                                       
                                                
              "Roland Weber"                                                           
                                                
              <[EMAIL PROTECTED]>            To:      "Commons HttpClient Project" 
<[EMAIL PROTECTED]>       
                                               cc:                                     
                                                
              17/07/2003 10:48                 Subject: Re: Handling HTTP 1.1 status 
100 responses                                     
              Please respond to                                                        
                                                
              "Commons HttpClient                                                      
                                                
              Project"                                                                 
                                                
                                                                                       
                                                
                                                                                       
                                                



Hello Patrick,

posting the request again after a 100-continue response wouldn't help.
You'ld only get another 100 response for the new request as well.

I don't know whether the commons client deals with 100 responses.
But you can always force it to act as an HTTP/1.0 client, and servers
aren't allowed to generate 100 resonses for HTTP/1.0 requests.
See HttpMethodBase.setHttp11(boolean).

regards,
  Roland





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]

Reply via email to