On Sun, Jun 21, 2015 at 11:07 AM, Eric Covener <cove...@gmail.com> wrote: > re: https://github.com/icing/mod_h2/issues/28 has this design further evolved? > > Is there a way to make the deep copy un-necessary by injecting your > own bucket_alloc created with a pool with a threadsafe allocator very > early? It seems like all of the buckets are created in the h2 thread > after you've had a chance to manipulate stuff.
Or a bucket_alloc per (faux) request_rec somehow.