Updates relating to the fixes to buffering code in read_buffer().
This commit is contained in:
parent
fa193dcd22
commit
7c4569624d
@ -7,6 +7,9 @@
|
|||||||
(add_to_buffer): Add a new "line" to the buffer. I'm trying to
|
(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
|
have more of the data go through the buffering code. Basically the
|
||||||
safe_read() function should only be called for special reasons.
|
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>
|
2001-11-24 Robert James Kaes <rjkaes@flarenet.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user