<br><font size=2 face="sans-serif">In RTSPServer::incomingRequestHandler1()
conditional "if (bytesRead <= 0 || (unsigned)bytesRead >= fRequestSpaceRemaining)"</font>
<br><font size=2 face="sans-serif">Q: Is it really a failure if the
number of bytes read == the amount of space available?<br>
</font>
<br><font size=2 face="sans-serif">I was thinking that it would be because
we wouldn't know if there was more to read or not. Is that right?</font>
<br>
<br><font size=2 face="sans-serif">Thanks.</font>