You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/03/10 12:10:09 UTC

DO NOT REPLY [Bug 17821] New: - 100-Continue Error

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17821>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17821

100-Continue Error

           Summary: 100-Continue Error
           Product: Commons
           Version: 2.0 Alpha 3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-httpclient-dev@jakarta.apache.org
        ReportedBy: lucas.g@voila.fr


Hi,

I get "100 Continue" errors under some strange circumstances.
Commons-Http client 2.0 Alpha 3 and http-client 20030309
Multipart Upload 2 files + some other parameters
Squid 2.3 (proxy) tried also without
Tomcat 4.1.18 + Struts 1.1 b3

http-client 2.0 alpha 3:
========================
w/o Squid:
  Every time I restart Tomcat the _first_ request returns a 
  HTTP/1.0 100 Continue error
  (only if there has been no connection to any servlet with
  any kind of client)

  Subsequent requests are fine

with Squid
  Allways HTTP/1.0 100 Continue


http-client 20030309:
=====================
w/o Squid:
  fine

with Squid
  10.03.2003 11:44:46 org.apache.commons.httpclient.HttpMethodBase writeRequest
  INFO: 100 (continue) read timeout. Resume sending the request
  10.03.2003 11:44:46 org.apache.commons.httpclient.HttpMethodBase readResponse
  INFO: Discarding unexpected response: HTTP/1.0 100 Continue
  10.03.2003 11:46:46 org.apache.commons.httpclient.HttpMethodBase 
processRequest
  WARNUNG: Recoverable exception caught when reading response
  org.apache.commons.httpclient.HttpRecoverableException: 
org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the 
status  line from the response: unable to find line starting with "HTTP/"


In either case (with and w/o Squid) IE with form upload works fine :-(

May this be (also) a Squid / Tomcat or whatever bug.

Any ideas.

Thanx,
Lucas

P.S: If I can provide anything more helpful (e.g.logs, traces, ..) just ask :-)