To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46752


User sb changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|ms7777                    |sb
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue May 10 00:55:23 -0700 
2005 -------
Grrr...  What was I thinking about when I repeatedly wrote so much nonsense 
here?

Anyway:  With a HTTP/1.0 GET request, the server closes the connection after
sending the response of length N, so XConnection.read(..., N') with N' > N
should return N and not raise an exception.  The culprit is line 174 of
io/source/connector/ctr_socket.cxx 1.7, which causes XConnection.read to raise
an error even for EOF.  I consider this a bug (it violates the specification of
com.sun.star.connection.XConnection.read), but when fixing it we have to be
careful about existing code that calls XConnection.read and might expect to get
an error if only N < N' bytes are available before EOF.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
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