On 07/06/2016 14:37, Rémy Maucherat wrote: > 2016-06-07 15:20 GMT+02:00 <ma...@apache.org>: > >> Author: markt >> Date: Tue Jun 7 13:20:12 2016 >> New Revision: 1747225 >> >> URL: http://svn.apache.org/viewvc?rev=1747225&view=rev >> Log: >> Remove debug statements >> >> @@ -636,7 +632,6 @@ public class Http11InputBuffer implement >> if (swallowInput && (lastActiveFilter != -1)) { >> int extraBytes = (int) activeFilters[lastActiveFilter].end(); >> pos = pos - extraBytes; >> - System.out.println("Http11InputBuffer.endRequest(): pos [" + >> pos + "], lastValid [" + lastValid + "]"); >> (new Exception()).printStackTrace(); >> > > You missed this one.
Grr. Thanks for spotting that. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org