• Andy Pan's avatar
    Fail fast when systemic error occurs in poll (#8749) · a8b6596d
    Andy Pan authored
    Most of the ae.c backends didn't explicitly handle errors, and instead
    ignored all errors and did an implicit retry.
    This is desired for EAGAIN and EINTER, but in case of other systematic
    errors, we prefer to fail and log the error we got rather than get into a busy loop.
    a8b6596d
ae_select.c 3.84 KB