Bug 70583

Summary: HTTPBodyStream in NSURLRequest gets lost when using CFNetwork loader
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: PlatformAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: psolanki
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch darin: review+

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>