Bug 138694 - [SOUP] Missing ResourceRequest members encoded/decoded
Summary: [SOUP] Missing ResourceRequest members encoded/decoded
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Soup
Depends on:
Blocks:
 
Reported: 2014-11-13 04:15 PST by Carlos Garcia Campos
Modified: 2014-11-13 04:50 PST (History)
0 users

See Also:


Attachments
Patch (2.86 KB, patch)
2014-11-13 04:17 PST, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-11-13 04:15:03 PST
At least timeoutInterval and priority should also be encoded/decoded. This will fix all http/tests/xmlhttprequest/timeout/ tests when suign the network process, since the timeout is always 0 for all requests that we send to the network process.
Comment 1 Carlos Garcia Campos 2014-11-13 04:17:11 PST
Created attachment 241481 [details]
Patch
Comment 2 Sergio Villar Senin 2014-11-13 04:22:23 PST
Comment on attachment 241481 [details]
Patch

Good catch!
Comment 3 Carlos Garcia Campos 2014-11-13 04:50:10 PST
Committed r176071: <http://trac.webkit.org/changeset/176071>