Bug 32707 - defersLoading is disabled in current libcURL
Summary: defersLoading is disabled in current libcURL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL:
Keywords: Curl
Depends on:
Blocks:
 
Reported: 2009-12-18 03:42 PST by Julien Chaffraix
Modified: 2009-12-21 01:50 PST (History)
1 user (show)

See Also:


Attachments
Fix the version check (2.44 KB, patch)
2009-12-18 03:47 PST, Julien Chaffraix
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2009-12-18 03:42:41 PST
Due to a wrong check, defersLoading support in cURL while implement is disabled at compile time.

This issue can be seen when browsing at http://mapquest.com.

Patch to solve this bug attached.
Comment 1 Julien Chaffraix 2009-12-18 03:47:07 PST
Created attachment 45140 [details]
Fix the version check
Comment 2 WebKit Review Bot 2009-12-18 03:50:39 PST
style-queue ran check-webkit-style on attachment 45140 [details] without any errors.
Comment 3 Darin Adler 2009-12-18 10:36:40 PST
Comment on attachment 45140 [details]
Fix the version check

r=me
Comment 4 Julien Chaffraix 2009-12-21 01:50:17 PST
Landed in r52438.