You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/08/13 13:21:06 UTC

DO NOT REPLY [Bug 11649] - Error reading data

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=11649>.
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=11649

Error reading data

jsdever@sympatico.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |High
            Summary|Error reading data          |Error reading data
   Target Milestone|---                         |2.0 milestone 1
            Version|2.0 Alpha 1                 |Nightly Builds



------- Additional Comments From jsdever@sympatico.ca  2002-08-13 11:21 -------
The in the attachment the response looks like it came back twice or doubled up
somehow:

The wire log shows the response to be:
"<webresult></webresult>HTTP/1.1 200 OK
Server: Resin/2.1.2
Content-Length: 23
Date: Tue, 13 Aug 2002 08:45:21 GMT

<webresult></webresult>HTTP/1.1 200 OK
Server: Resin/2.1.2
Content-Length: 23
Date: Tue, 13 Aug 2002 08:45:21 GMT

<webresult></webresult>"


Its highly doubtful that the response actually came back like that from the
webserver.  But somehow, when doing the read from the stream, it looks like it
was read twice, and perhaps the tail end of a 3rd right at the start.  Not sure
if the stream was not fully empied from the previous read, but it looks like its
all the same request because of the timestamp being identical.

This looks like a http GET, not http HEAD as stated in the initial comments:
"GET /test/ServletRedirector?Cactus_Service=GET_RESULTS HTTP/1.1" [\r\n]

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>