Bernhard Schmalhofer via RT <[EMAIL PROTECTED]> wrote:

> Propably due to recent charset changes, I found that httpd.imc was no
> longer working under Linux. The op 'recv' seems to return a 'binary'
> string. However for 'binary' the 'index' op is not implemented, thus
> httpd.imc can't check for "\r\n\r\n".

Ah yep. Ok. We can do any cobination of:
* create an "ascii" IO layer
* implement binary index
* create ascii string is the first place
* implement to_charset for binary

leo

Reply via email to