Bug 93440 - [Blackberry] missing a Multipart header when m_multipartResponse is null
Summary: [Blackberry] missing a Multipart header when m_multipartResponse is null
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 23:30 PDT by Chris.Guan
Modified: 2012-08-08 05:11 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.32 KB, patch)
2012-08-07 23:41 PDT, Chris.Guan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris.Guan 2012-08-07 23:30:50 PDT
In NetworkJob::handleNotifyMultipartHeaderReceived function:

when m_multipartResponse is null, we just created new one but not called setHTTPHeaderField. so we missed this received multipart Header.
Comment 1 Chris.Guan 2012-08-07 23:41:35 PDT
Created attachment 157130 [details]
Patch
Comment 2 Charles Wei 2012-08-08 04:30:15 PDT
Comment on attachment 157130 [details]
Patch

Looks good to me.
Comment 3 WebKit Review Bot 2012-08-08 05:11:38 PDT
Comment on attachment 157130 [details]
Patch

Clearing flags on attachment: 157130

Committed r125022: <http://trac.webkit.org/changeset/125022>
Comment 4 WebKit Review Bot 2012-08-08 05:11:42 PDT
All reviewed patches have been landed.  Closing bug.