bug 716380 - remove an incorrect assertion in socket transport r=honzab

This commit is contained in:
Patrick McManus 2012-01-25 15:21:11 -05:00
parent f9fdb1c0e8
commit 2ee6ccd415

View File

@ -586,7 +586,6 @@ nsSocketOutputStream::Write(const char *buf, PRUint32 count, PRUint32 *countWrit
PRInt32 n = PR_Write(fd, buf, count);
SOCKET_LOG((" PR_Write returned [n=%d]\n", n));
NS_ASSERTION(n != 0, "unexpected return value");
nsresult rv;
{