<!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] Race condition bug
fix</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">The
following fix prevents a bug when two requests are processed in close
proximity.</font></blockquote>
<div><br></div>
<div>No, the original code was correct.&nbsp; It's possible that an
incoming RTSP request will require more than one socket read in order
to obtain all the data for the request.&nbsp; In that case, the length
of the request data - as passed to &quot;parseRTSPRequestString()&quot;
- must be &quot;fRequestBytesAlreadySeen&quot;, not
&quot;bytesRead&quot;.</div>
<div><br></div>
<div>What specifically was causing you problems with the original
code?&nbsp; Can you describe a specific sequence of incoming RTSP
requests that was causing problems??</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>