[ https://issues.apache.org/jira/browse/HTTPCORE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Oleg Kalnichevski updated HTTPCORE-174: --------------------------------------- Component/s: HttpCore Affects Version/s: 4.0-beta2 Fix Version/s: 4.0-beta3 Looks reasonable. Would you also be willing to submit a test case for this bug? Oleg > Position is incremented twice in skip(long) method of ContentLengthInputStream > ------------------------------------------------------------------------------ > > Key: HTTPCORE-174 > URL: https://issues.apache.org/jira/browse/HTTPCORE-174 > Project: HttpComponents HttpCore > Issue Type: Bug > Components: HttpCore > Affects Versions: 4.0-beta2 > Reporter: Ildar Safarov > Fix For: 4.0-beta3 > > > Position is modificated in read method inside cycle and explicitly after > cycle. I think patch should look like this: > Index: ContentLengthInputStream.java > =================================================================== > --- ContentLengthInputStream.java (revision 700438) > +++ ContentLengthInputStream.java (working copy) > @@ -214,7 +214,6 @@ > count += l; > remaining -= l; > } > - this.pos += count; > return count; > } > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]