[webkit-reviews] review requested: [Bug 5954] Cleanup Content-Type parsing : [Attachment 15468] Move getMIMEType and getCharset to HTTPParsers, and one parse method from platform/net/cf

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


Holger Freyther <freyther at handhelds.org> has asked  for review:
Bug 5954: Cleanup Content-Type parsing
http://bugs.webkit.org/show_bug.cgi?id=5954

Attachment 15468: Move getMIMEType and getCharset to HTTPParsers, and one parse
method from platform/net/cf
http://bugs.webkit.org/attachment.cgi?id=15468&action=edit

------- Additional Comments from Holger Freyther <freyther at handhelds.org>
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.



More information about the webkit-reviews mailing list