<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] Q: incomingRequestHandler1,
        bytesRead ==</title></head><body>
<blockquote type="cite" cite><font size="-1">In
RTSPServer::incomingRequestHandler1() conditional "if (bytesRead
<= 0 || (unsigned)bytesRead >=
fRequestSpaceRemaining)"</font><br>
<font size="-1">Q: Is it really a failure if the number of bytes
read == the amount of space available?</font></blockquote>
<div><br></div>
<div>Yes, because there would then be no room for us to add a trailing
'\0' character (which we use for parsing).</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>