The following fix prevents a bug when two requests are processed in
close proximity.
No, the original code was correct. 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. In that case, the length of the
request
The following fix prevents a bug when two requests are processed in close
proximity. Should pass the parser the pointer to the new request not the
address of the buffer.
*** lib/live/liveMedia/RTSPServer.cpp 2007-06-15 14:44:10.811882441 -0400
--- ./lib/live/liveMedia/RTSPServer.cpp 2007-0