You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'responseHeaders' is multithreaded read-write.
Please fix it on '[KTVDataUnit updateResponseHeaders:totalLength:]' and '[KTVHCDataReader callbackForPrepared]'.
The text was updated successfully, but these errors were encountered:
KTVHCDataReader.m Line 242
The following code which access to 'self.unit.responseHeaders' is not thread-safety.
KTVHCRangeFillToResponseHeaders(range, self.unit.responseHeaders, totalLength);
The 'responseHeaders' is multithreaded read-write.
Please fix it on '[KTVDataUnit updateResponseHeaders:totalLength:]' and '[KTVHCDataReader callbackForPrepared]'.
The text was updated successfully, but these errors were encountered: