CocoaSPDY icon indicating copy to clipboard operation
CocoaSPDY copied to clipboard

Why not use NSMutableURLRequest's HTTPBodyStream?

Open kgoodier opened this issue 9 years ago • 0 comments

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;
}

kgoodier avatar Jun 17 '15 23:06 kgoodier