Skip to content

EClientSocket::handleSocketError() does not set errno value to anything #13

@utahman

Description

@utahman

Not sure if you still using this code but here is one problem I see:

bool EClientSocket::handleSocketError()

should start with:

errno = WSAGetLastError();

Otherwise errno is still zero and all the checks of errno in this method are actually not checking anything.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions