June 2002
Beginner
759 pages
80h 42m
English
read_buffer
$c->read_buffer ( [$new_value] )
Bytes read, but not used, by $c->get_request are placed in the
read buffer. The next time $c->get_request is called, it
will consume the bytes in this buffer before reading more data
from the network connection itself.