From: wessels <> Date: Tue, 2 Dec 1997 07:17:04 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a8729a9e165a0833b29efa0dde26112ee77f4e;p=thirdparty%2Fsquid.git update --- 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