From d2a8729a9e165a0833b29efa0dde26112ee77f4e Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 2 Dec 1997 07:17:04 +0000 Subject: [PATCH] update --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO b/TODO index faad569dce..4a032c4b16 100644 --- a/TODO +++ b/TODO @@ -60,6 +60,18 @@ Our Todo List (5) Customizable access logging. (5) Inline DNS queries with native resolver calls. +BUGS: + + In a stream of pipelined requests, if one of the latter + requests causes us to want to write to the client socket + directly (e.g errorSend(), perhaps due to not passing the + access rules, or maybe a Not Modified reply), then we fail this + assertion in comm_write: + assert(fd_table[fd].rwstate == NULL); + Either we'll have to use storeClientCopy and StoreEntry's for + everything, or attach some pending-outgoing-buf to the + clientHttpRequest struct. + DONE: + s/sprintf/snprintf/g -- 2.47.3