On Thu, 22 May 2008 22:45:20 -0400
John Peacock <[EMAIL PROTECTED]> wrote:
> The argument can be made that only the *transaction* should be reset, and the
> connection notes can be kept around. I specifically chose to tie
> Connection::start and Connection::clone together with the minimal list of
> properties required for a connection (see Connection.pm lines 8-15) when I
> implemented clone().
>
> That being said, keeping the connection notes is a one line change to
> Connection::clone():
I'd take this in.
Maybe some plugins like cound_unrecognized_commands need to reset
themself, but that should be a choice of the admin IMO.
Hanno