Changeset 154
- Timestamp:
- 07/07/06 12:08:59 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsmtpd/src/org/jsmtpd/core/common/io/dataStream/DataStreamParser.java
r108 r154 79 79 public void parseInputStream(InputStream in) throws IOException, InputSizeToBig, BareLFException { 80 80 while (true) { 81 // out bound ex !82 81 readSize = in.read(buffer); 83 82 if (readSize<0)
