CHTTPSock: Remove some useless member methods

The defaults from Csock / CSocket will be fine.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2012-01-14 12:09:25 +01:00
parent c87e7cf5ba
commit 10ece5d2cc
2 changed files with 0 additions and 18 deletions

View File

@@ -533,20 +533,6 @@ bool CHTTPSock::Redirect(const CString& sURL) {
return true;
}
void CHTTPSock::Timeout() {
}
void CHTTPSock::SockError(int iErrno, const CString& sDescription) {
}
void CHTTPSock::Connected() {
SetTimeout(120);
}
void CHTTPSock::Disconnected() {
}
void CHTTPSock::ReachedMaxBuffer() {
DEBUG(GetSockName() << " == ReachedMaxBuffer()");
Close();
}