event/BufferedSocket: move output buffer to FullyBufferedSocket

BufferedSocket has just an input buffer, and FullyBufferedSocket adds
the output buffer.
This commit is contained in:
Max Kellermann
2013-01-30 10:36:47 +01:00
parent 4ad7456428
commit a291415326
8 changed files with 210 additions and 119 deletions

View File

@@ -26,7 +26,7 @@ Client::SetExpired()
if (IsExpired())
return;
BufferedSocket::Close();
FullyBufferedSocket::Close();
TimeoutMonitor::Schedule(0);
}