Sasha Aliashkevich

Results 41 comments of Sasha Aliashkevich

I added the following log straight after the `_getline`: ``` read = _getline(&line, &len, f_data, f_data_opts & STREAM_IS_IN_NONBLOCKING_MODE, true); log_row("errno: %d, read: %zu", errno, read); ``` and got this: ```...