aboutsummaryrefslogtreecommitdiff
path: root/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
diff options
context:
space:
mode:
Diffstat (limited to 'examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m')
-rw-r--r--examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m b/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
index 60f670544a..ad7b99a4b2 100644
--- a/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
+++ b/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
@@ -1487,7 +1487,7 @@ static const size_t SRFrameHeaderOverhead = 32;
if (bytes_read > 0) {
[self->_readBuffer appendBytes:buffer length:bytes_read];
} else if (bytes_read < 0) {
- [self _failWithError:_inputStream.streamError];
+ [self _failWithError:self->_inputStream.streamError];
}
if (bytes_read != bufferSize) {