]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Tue, 2 Dec 1997 07:17:04 +0000 (07:17 +0000)
committerwessels <>
Tue, 2 Dec 1997 07:17:04 +0000 (07:17 +0000)
TODO

diff --git a/TODO b/TODO
index faad569dceaaf8de4f6ddab0e81f3679120d4885..4a032c4b168ac486aab00e13c6e55e356fb083a1 100644 (file)
--- 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