Bug 116218

Summary: [curl] MIME type should be in lowercase
Product: WebKit Reporter: Peter Gal <galpeter>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 117300    
Attachments:
Description Flags
proposed patch none

Description Peter Gal 2013-05-16 04:56:01 PDT
Currently when curl receives the mime-type information there is no case conversion applied. Thus a layout test fails: http/tests/mime/uppercase-mime-type.html.
Converting the type information to lowercase will match the other network backends.
Comment 1 Peter Gal 2013-05-16 05:08:29 PDT
Created attachment 201942 [details]
proposed patch

This should convert the mime-type to a lowercase string.
Comment 2 WebKit Commit Bot 2013-05-16 17:17:16 PDT
Comment on attachment 201942 [details]
proposed patch

Clearing flags on attachment: 201942

Committed r150221: <http://trac.webkit.org/changeset/150221>
Comment 3 WebKit Commit Bot 2013-05-16 17:17:18 PDT
All reviewed patches have been landed.  Closing bug.