On Mon, 31 Mar 2008, John Peacock wrote:
but I don't know what Matt was trying to fix. As Ask surmised, the whole
point was to have the object hooks, not a package hooks, be used, since the
hooks registered are attributes of the object, not the class.
Attached is a diff that fixes both tls and auth, by backing out 814 and
tweaking a couple of other lines. I won't commit it until Matt pipes up why
he tried to make hooks a package global...
So I'm about to apply Hano's fix for this - if you still object we can
always back out the patch. The point being that per-object hooks never
really worked, and this way is faster.
Matt.