Right now, posting or putting binary data to an external handler fails, since the data is parsed as a UTF-8 String and not treated as binary. The external handler never gets to do its work, so this might be an issue with the handling of data sent to an external handler. Am I misusing the external-handler interface?

Error snippet:
[error] [<0.95.0>] {error_report,<0.30.0>,
    {<0.95.0>,std_error,
     {mochiweb_socket_server,235,
         {child_error,{ucs,{bad_utf8_character_code}}}}}}

Greetings,

Lennart

Reply via email to