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
We initially intended to create integration tests for netcat, however due to issues with CI I've postponed it for now. My current (not working) code can be found here
The text was updated successfully, but these errors were encountered:
Before this change we ignored the errors returned from copying the
data to the socket.
This meant that if an error occurred the client would hang
indefinitely - the server thinking it had finished and the client
waiting for a response from the server.
After this change the server responds with a 551 message if the stream
breaks during the transfer. This allows the client to pick up the
error and carry on.
We initially intended to create integration tests for netcat, however due to issues with CI I've postponed it for now. My current (not working) code can be found here
The text was updated successfully, but these errors were encountered: