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
The lack of line numbers can make it hard to track down the source of an error, in socket.c we should try and include the line number in the error message. i.e. use ERR_peek_last_error_line instead of ERR_peek_error
The text was updated successfully, but these errors were encountered:
The lack of line numbers can make it hard to track down the source of an error, in
socket.c
we should try and include the line number in the error message. i.e. useERR_peek_last_error_line
instead ofERR_peek_error
The text was updated successfully, but these errors were encountered: