*** empty log message ***

This commit is contained in:
Andrei Zmievski 2006-07-10 23:09:34 +00:00
parent 637f602822
commit ceb8b9b7c5

View File

@ -20,7 +20,8 @@
* Need to finish making HTTP input work as described in the design doc. It
is almost there, but needs to handle conversion errors and provide a way to
explicitly re-decode raw data with specified encoding.
explicitly re-decode raw data with specified encoding. Also check for
_charset_ request field which might be present.
* Optimize T_INLINE_HTML blocks conversion by either creating a converter
cache or remembering the last used converter in the executor globals.