commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #11200] LineInputStream


From: Xavier Poinsard
Subject: [commit-cp] [bugs #11200] LineInputStream
Date: Fri, 03 Dec 2004 10:02:55 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5

This mail is an automated notification from the bugs tracker
 of the project: classpath.




/**************************************************************************/
[bugs #11200] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11200>
Project: classpath
Submitted by: Xavier Poinsard
On: ven 03.12.2004 at 14:56

Category:  inetlib
Severity:  5 - Average
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open
Platform Version:  None


Summary:  LineInputStream

Original Submission:  I had to disable block reads to be able to use it (via 
POP3Messages).
When block reads was enabled, the line 147
len = in.read(b, 0, pos);
was looping since len was -1 (nothing to read) and len was supposed to be >0.
It was looping until pos was >0 again.
But of course the fetch of the message was flowed : the headers were showing in 
message body.











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11200>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]