You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, the `flb_pipe_r` and `flb_pipe_w` macros do not set errno on
failure, meaning calling `flb_errno` in error scenarios is insufficient.
This PR adds a new macro that will check the correct place,
`WSAGetLastError`, and output a similar error message. On Linux this
will still be `flb_errno`, meaning messages should work the same as they
always did, but now on Windows we will get actual error messages.
Signed-off-by: braydonk <[email protected]>
0 commit comments