On Tue, Dec 8, 2009 at 7:16 AM, <jplev...@apache.org> wrote: > Author: jplevyak > Date: Tue Dec 8 15:16:13 2009 > New Revision: 888434 > > URL: http://svn.apache.org/viewvc?rev=888434&view=rev > Log: > TS-73: seg fault during regressions (traffic_server -R1) fix: > double delete in ParentSelection.cc > uninitialized global in CongestionDB.cc > debugging code used instead of real regression in Cache.cc > forgotten set of new UnixNetVConnection::closed to 0 on acceptEvent in > UnixNetVConnection.cc
I know we all get coding and sometimes make a slew of changes when we start trying to fix one thing, but if possible please try to do one functional change with a single commit, it makes following along much easier, and enable log/blame VC history of single files to be much clearer. Thanks, Paul