CocoaSPDY
CocoaSPDY copied to clipboard
Why not use NSMutableURLRequest's HTTPBodyStream?
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;
}