Need to check in the error callback also.

This commit is contained in:
nicm 2019-12-13 07:00:22 +00:00
parent 828001ecc5
commit 6ce943f4d9

View File

@ -459,6 +459,9 @@ client_write_error_callback(__unused struct bufferevent *bev,
close(cf->fd);
cf->fd = -1;
if (client_exitflag)
client_exit();
}
/* File write callback. */