Skip to content

Conversation

thecodeboss
Copy link
Collaborator

After sending a thrift exception, instead of simply exiting, we should close the socket.
This will ensure the SSL transport properly handshakes during the exit.

@thecodeboss thecodeboss requested a review from fishcakez May 22, 2018 23:45
Copy link
Member

@fishcakez fishcakez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should consider spawning a process for each request, and receiving/sending from the process. Then we can avoiding closing the socket on a server error. Unless the spawned process exits without replying. In that case we would also exit without replying as we can't know if a reply was sent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants