]> code.citadel.org Git - citadel.git/commitdiff
webserver.c: don't call realloc() on every single call
authorArt Cancro <ajc@citadel.org>
Mon, 13 Feb 2006 17:49:01 +0000 (17:49 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 13 Feb 2006 17:49:01 +0000 (17:49 +0000)
to client_write().  Instead, start with a 32K buffer and increase its size
any time we find we've run out of space.


No differences found