Bug 70583 - HTTPBodyStream in NSURLRequest gets lost when using CFNetwork loader
Summary: HTTPBodyStream in NSURLRequest gets lost when using CFNetwork loader
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-10-20 22:58 PDT by Pratik Solanki
Modified: 2011-10-22 22:05 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.98 KB, patch)
2011-10-20 23:27 PDT, Pratik Solanki
no flags Details | Formatted Diff | Diff
Patch (2.01 KB, patch)
2011-10-20 23:32 PDT, Pratik Solanki
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2011-10-20 22:58:45 PDT
This is a bug when using the CFNetwork loader. If a user calls [NSURLRequest setHTTPBodyStream:] on a request and passes it to WebKit to load, we don't pass the stream in the body of the http request.
Comment 1 Pratik Solanki 2011-10-20 22:59:15 PDT
<rdar://problem/10281227>
Comment 2 Pratik Solanki 2011-10-20 23:27:52 PDT
Created attachment 111908 [details]
Patch
Comment 3 Pratik Solanki 2011-10-20 23:32:19 PDT
Created attachment 111909 [details]
Patch
Comment 4 Pratik Solanki 2011-10-22 22:05:21 PDT
Committed r98198: <http://trac.webkit.org/changeset/98198>