]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Made exception message more obvious
authorJamJar00 <jamster.30@btinternet.com>
Tue, 27 Sep 2016 00:38:12 +0000 (01:38 +0100)
committerJamJar00 <jamster.30@btinternet.com>
Tue, 27 Sep 2016 00:38:12 +0000 (01:38 +0100)
Hazel/Tcp/TcpConnection.cs

index 5107b5ab51c1145fe9313f3e0f682d4f500546d9..e126219bbe51c39075e259e4b5241e32d640ac10 100644 (file)
@@ -239,7 +239,7 @@ namespace Hazel.Tcp
             }
             catch (SocketException e)
             {
-                HandleDisconnect(new HazelException("A Socket exception occured while initiating a receive operation.", e));
+                HandleDisconnect(new HazelException("A Socket exception occured while completing a chunk read operation.", e));
                 return;
             }