https://issues.apache.org/bugzilla/show_bug.cgi?id=50909

--- Comment #2 from Peter Hancock <peter.hanc...@gmail.com> 2011-04-20 06:13:30 
EDT ---
Hi Chris,

1 - I agree that UnparsedStructuredField should probably be a top level class.  

2 - I removed the checks for CR/LF because there was no extra action being
taken during byte stream iteration:
The current iteration logic

while 
    if CR/LF
        continue
    else if CARRIAGE_CONTROL 
        break

is just equivalent to

while 
    if CARRIAGE_CONTROL 
        break


I will ammend and commit the patch shortly.

Thanks for your comments,

Pete

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to