You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Tom Samplonius <to...@sdf.com> on 2003/03/04 02:40:07 UTC

Re: [Bug 17432] - '100-continue' response times out unexpectedly

On 3 Mar 2003 bugzilla@apache.org wrote:

> ------- Additional Comments From becke@u.washington.edu  2003-03-03 16:28 -------
> Looks good to me.  Nice work Oleg.  This makes the code for handling
> 100-continue much cleaner.


  I'm using Alpha 3, and I sometimes get a 100 response to a POST
(normally I expect 302).  What do I do, if I get a 100 response to a POST,
just retry it?  With this patch, is a 100 response even going to be
a possible result to a executeMethod() method?


Tom