STREAM:STREAM-FILL-BUFFER
Hi! STREAM:STREAM-FILL-BUFFER is exported from the STREAM package but it's not documented. I'd like to know if there's a way to find out how many bytes (octets) have been read into the buffer after this function has been called. Getting the buffer state and computing the difference between the INPUT-LIMIT and INPUT-INDEX slots doesn't seem to be the right thing. (I'm trying to make chunked enconding work for PortableAllegroServe's DO-HTTP-REQUEST function.) Thanks, Edi.