On Wed, 11 Apr 2001, Graham Leggett wrote: > [EMAIL PROTECTED] wrote: > > > I would post this to new-httpd, but with the caveat that this is a > > temporary fix. The real solution, is to add a new vector to the conn_rec. > > That vector should be used to store per-connection data for each module. > > Ok... > > conn_rec's already have a c->notes table. Can a table not be tweaked to > hold binary structures, rather than just text?
Sure, just change the c->notes table to a hash. ryan _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------
