Bug 127110 - [WinCairo][Curl] Download request has incorrect user agent string.
Summary: [WinCairo][Curl] Download request has incorrect user agent string.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-16 07:41 PST by peavo
Modified: 2014-01-21 13:13 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.29 KB, patch)
2014-01-16 07:49 PST, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2014-01-16 07:41:42 PST
A download request initiated from WebView, will have the default Curl user agent string.
I have experienced failing downloads because of this.

We should use the same user agent as in other requests.
Comment 1 peavo 2014-01-16 07:49:20 PST
Created attachment 221376 [details]
Patch
Comment 2 Brent Fulgham 2014-01-21 11:19:39 PST
Comment on attachment 221376 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-01-21 11:49:42 PST
Comment on attachment 221376 [details]
Patch

Clearing flags on attachment: 221376

Committed r162457: <http://trac.webkit.org/changeset/162457>
Comment 4 WebKit Commit Bot 2014-01-21 11:49:44 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 peavo 2014-01-21 13:13:49 PST
(In reply to comment #2)
> (From update of attachment 221376 [details])
> r=me

Thanks for reviewing!