[SVN] [265] - update TODO

View: New views
1 Messages — Rating Filter:   Alert me  

[SVN] [265] - update TODO

by jwalt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 265
          http://trac.axkit.org/axkit2/changeset/265
Author:   jwalt
Date:     2009-02-09 15:04:05 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
- update TODO
- fix cookie header error in case multiple cookies were sent (again, the badly-designed cookie spec: comma may appear in cookie headers un-escaped, so multiple cookies must use multiple headers)
- add utility method to check if headers were already sent
- switch html_to_dom parser into auto-recovery mode so it can deal with a lone "&" meaning "&" and similar things

Modified Paths:
--------------
    trunk/TODO.txt
    trunk/lib/AxKit2/Connection.pm
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/lib/AxKit2/Utils.pm