Bug 127110

Summary: [WinCairo][Curl] Download request has incorrect user agent string.
Product: WebKit Reporter: peavo
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, galpeter, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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!