Forum Discussion
elvisfreb
3 years agoOccasional Visitor
This Connection reset SocketException occurs on the server side when the client closed the socket connection before the response could be returned over the socket. For example, by quitting the browser before the response was retrieved.
There are several possible causes.
- The other end has deliberately reset the connection.
Writing to a connection that the other end has already closed
Closing a socket when there is unread data in the socket receive buffer.
In Windows, 'software caused connection abort', which is not the same as 'connection reset', is caused by network problems sending from your end.
Related Content
- 3 years ago
Recent Discussions
- 2 months ago