I was experimenting with the Composite extension, and much to my surprise it's always panicing claiming to be uninitalized -- It seems that in Init() it's setting
c.Extensions["Composite"] = reply.MajorOpcode
in the functions ( EG. QueryVersion ) it's looking for...
I was experimenting with the Composite extension, and much to my surprise it's always panicing claiming to be uninitalized -- It seems that in Init() it's setting
in the functions ( EG. QueryVersion ) it's looking for...