<br><font size=2 face="sans-serif">In RTSPServer::incomingRequestHandler1()
conditional &quot;if (bytesRead &lt;= 0 || (unsigned)bytesRead &gt;= fRequestSpaceRemaining)&quot;</font>
<br><font size=2 face="sans-serif">Q: &nbsp;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. &nbsp;Is that right?</font>
<br>
<br><font size=2 face="sans-serif">Thanks.</font>