Implement buffer tree pool support.
authorAndre Noll <maan@systemlinux.org>
Sat, 9 Jan 2010 01:28:15 +0000 (02:28 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 9 Jan 2010 01:28:15 +0000 (02:28 +0100)
Using a buffer pool avoids quite some uses of memcpy() and memmove().
This patch also switches over the http receiver to use buffer pools.


No differences found