> -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Nick Kew > Sent: Montag, 21. Dezember 2009 10:36 > To: [email protected] > Subject: Re: svn commit: r892678 - in /httpd/httpd/trunk: > CHANGES server/protocol.c > > > On 21 Dec 2009, at 07:22, Ruediger Pluem wrote: > > > Why bytes_handled - 1 and not bytes_handled?
Using bytes_handled - 1 breaks a lot of tests in the perl test framework. Using bytes_handled instead fixes this. Please reconsider and fix. Regards Rüdiger
