Avoid freelists for http buf and http channels
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Mar 2011 08:58:36 +0000 (10:58 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Mar 2011 08:58:36 +0000 (10:58 +0200)
commit9bd9aee82a4ff48f9a1b248e44a47f9f905831c8
treed5fd8bd1e1bda88eb7bd8c3c7aa110bf8cae36b0
parent814f345b89acbfe0b38ca1bac66105f031e5c0db
Avoid freelists for http buf and http channels

This will ensure we release to heap for each HTTP session -
keeping free lists ourselves don't help in performance.
src/http.c