Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Why not use NSMutableURLRequest's HTTPBodyStream? #121

Open
kgoodier opened this issue Jun 17, 2015 · 0 comments
Open

Why not use NSMutableURLRequest's HTTPBodyStream? #121

kgoodier opened this issue Jun 17, 2015 · 0 comments
Assignees
Labels

Comments

@kgoodier
Copy link
Contributor

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;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants