Changes from -rc diff review

This commit is contained in:
str4d
2013-11-28 11:10:57 +00:00
parent c0ef19a281
commit 707f616498
22 changed files with 35 additions and 79 deletions

View File

@@ -610,7 +610,7 @@ class Connection {
_inputStream.streamErrorOccurred(ioe);
_connectionError = "Connection reset";
synchronized (_connectLock) { _connectLock.notifyAll(); }
// RFC 793 end of setion 3.4: We are completely done.
// RFC 793 end of section 3.4: We are completely done.
disconnectComplete();
}