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
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
Hey @goaway, can you explain the warning in SPDYStream.m?
} else if (_request.HTTPBodyStream) {
SPDY_WARNING(@"using HTTPBodyStream on a SPDY request is subject to a potentially fatal CFNetwork bug");
_dataStream = _request.HTTPBodyStream;
}
The text was updated successfully, but these errors were encountered:
Hey @goaway, can you explain the warning in SPDYStream.m?
The text was updated successfully, but these errors were encountered: