search for: faf070c3

Displaying 2 results from an estimated 2 matches for "faf070c3".

Did you mean: faf020c7
2004 Aug 06
2
Bug in the icecast2 error reporting
...it was a mess. Was it supposed to be like that? > Michael Pedro. -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20021118/faf070c3/part.pgp
2004 Aug 06
2
Bug in the icecast2 error reporting
The icecast2 code uses recv(2) to read data from a source and tests its returning value to see if something went wrong. The current code groups together two checks of the return value: - Returning 0 - Returning -1 and a non-recoverable error and gives the same error message for both. Since returning 0 means the connection has ended the following debug message showed up in error.log: DBUG