mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Update Csocket to e00323f9f18
This breaks API for Csock::SockError()! Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -536,7 +536,7 @@ bool CHTTPSock::Redirect(const CString& sURL) {
|
||||
void CHTTPSock::Timeout() {
|
||||
}
|
||||
|
||||
void CHTTPSock::SockError(int iErrno) {
|
||||
void CHTTPSock::SockError(int iErrno, const CString& sDescription) {
|
||||
}
|
||||
|
||||
void CHTTPSock::Connected() {
|
||||
|
||||
Reference in New Issue
Block a user