[Webkit-unassigned] [Bug 5954] Cleanup Content-Type parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 16:20:01 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=5954


freyther at handhelds.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15468|                            |review?
               Flag|                            |




------- Comment #3 from freyther at handhelds.org  2007-07-10 16:19 PDT -------
Created an attachment (id=15468)
 --> (http://bugs.webkit.org/attachment.cgi?id=15468&action=view)
Move getMIMEType and getCharset to HTTPParsers, and one parse method from
platform/net/cf

Note: This copies two methods from a LGPL file to a BSD one.

These three parse methods will be used by the CURL backend to implement
ResourceResponse handling. This is existing code copied to a different place.
All three methods have known and documented issues and are not taken care by
this change. The most important part of this change is making these three
methods available to the CURL backend.

Fixing and improving the implementation will be done in following patches.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list