In RTSPServer::incomingRequestHandler1() conditional "if (bytesRead <= 0 || (unsigned)bytesRead >= fRequestSpaceRemaining)" Q: Is it really a failure if the number of bytes read == the amount of space available?

Yes, because there would then be no room for us to add a trailing '\0' character (which we use for parsing).
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to