Another case where gw_write fails in EAGAIN/EWOULDBLOCK.

This commit is contained in:
vraatikka 2013-10-16 22:30:59 +03:00
parent 81b52c6256
commit 1ef015196b

View File

@ -815,6 +815,11 @@ int saved_errno = 0;
if (w < 0)
{
if (saved_errno == EAGAIN ||
saved_errno == EWOULDBLOCK)
{
break;
}
skygw_log_write_flush(
LOGFILE_ERROR,
"Error : Write to dcb %p "