summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-26 01:31:26 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-26 01:31:26 +0000
commit7c4569624d98ab40e6b01cf05991694a06debe1f (patch)
treedc0fa235a56a73361131ca7ac96ca5bd2d1b5254 /ChangeLog
parentfa193dcd22c5dd4ff7c8a0c964cba2dc69fb3a99 (diff)
downloadtinyproxy-7c4569624d98ab40e6b01cf05991694a06debe1f.tar.gz
tinyproxy-7c4569624d98ab40e6b01cf05991694a06debe1f.zip
Updates relating to the fixes to buffering code in read_buffer().
Diffstat (limited to '')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7c6aa9..401c56f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
(add_to_buffer): Add a new "line" to the buffer. I'm trying to
have more of the data go through the buffering code. Basically the
safe_read() function should only be called for special reasons.
+ (read_buffer): Fixed the code so that buffering _actually_
+ happens. :) The code will now buffer up to MAXBUFFSIZE bytes
+ (which is currently 48 KB.)
2001-11-24 Robert James Kaes <rjkaes@flarenet.com>