@@ -1545,11 +1545,11 @@ } #ifdef OF_HAVE_SOCKETS - (void)cancelAsyncRequests { - [OFRunLoop OF_cancelAsyncRequestsForStream: self]; + [OFRunLoop OF_cancelAsyncRequestsForObject: self]; } #endif - (void)unreadFromBuffer: (const void*)buffer length: (size_t)length