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)
commit072710cf56b3a60b9a614c17a6c76fb712d869e0
treefe63673d5c8c995a5179a9308e707d8e0856e75d
parentbcc57555b49c86b9c613339627c1eef150979d92
webserver.c: don't call realloc() on every single call
to client_write().  Instead, start with a 32K buffer and increase its size
any time we find we've run out of space.
webcit/webcit.h
webcit/webserver.c