@@ -778,11 +778,12 @@ [response asyncReadIntoBuffer: _buffer length: [OFSystemInfo pageSize] target: self selector: @selector(stream:didReadIntoBuffer: - length:exception:)]; + length:context:exception:) + context: nil]; return; next: [_currentFileName release]; @@ -793,10 +794,11 @@ } - (bool)stream: (OFHTTPResponse *)response didReadIntoBuffer: (void *)buffer length: (size_t)length + context: (id)context exception: (OFException *)e { if (e != nil) { OFString *URL;