RESOLVED FIXED 116218
[curl] MIME type should be in lowercase
https://bugs.webkit.org/show_bug.cgi?id=116218
Summary [curl] MIME type should be in lowercase
Peter Gal
Reported 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.
Attachments
proposed patch (1.62 KB, patch)
2013-05-16 05:08 PDT, Peter Gal
no flags
Peter Gal
Comment 1 2013-05-16 05:08:29 PDT
Created attachment 201942 [details] proposed patch This should convert the mime-type to a lowercase string.
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2013-05-16 17:17:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.