• Pieter Noordhuis's avatar
    Change error reporting to have an explicit type · ffa8666a
    Pieter Noordhuis authored
    When there is an I/O error, errno should be used to find out what is
    wrong. In other cases, errno cannot be used. So, use an explicit type in
    Hiredis to define the different error scenarios that can occur.
    ffa8666a
async.h 4.04 KB