On Fri, Mar 20, 2015 at 1:22 AM, Yann Ylavic <[email protected]> wrote: > The strange thing is that it does not occur in 1.5.x for me (same code > AFAICS).
In fact no, actually:
if (timeout > 0) {
timeout /= 1000;
}
is outside #ifdef WIN32 there...
