https://issues.apache.org/bugzilla/show_bug.cgi?id=50839
--- Comment #10 from Tim Whittington <t...@apache.org> 2011-05-21 09:29:41 UTC --- After a hunt through the revisions between 1.2.30 and 1.2.31, it appears that [1] introduced this bug. The counter of bytes read on each attempt to read lingering bytes was not reset in the loop after this change, resulting in the loop reading lingering bytes not exiting normally if there were >= 512 lingering bytes to start with. This also explains the total lingering byte count wrapping into negative numbers. I had already fixed this at the same time as introducing the lingering byte limits. [1] https://svn.apache.org/viewvc?view=revision&sortby=date&revision=998108 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org