inway / mojo-rabbitmq-client

Mojo::IOLoop based RabbitMQ (AMQP) client
Artistic License 2.0
15 stars 17 forks source link

Avoid UTF-8 data corruption #7

Closed coolo closed 7 years ago

coolo commented 7 years ago

syswrite on SSL sockets will corrupt the frames as it interpretes them as UTF-8 strings. So remove the utf-8 flag

kraih commented 7 years ago

I think we will also make changes in Mojolicious core to address this problem.

kraih commented 7 years ago

Yea, we'll take care of it. https://github.com/kraih/mojo/commit/42a873e7f6889cf3109accb01e5513e45555a371

SPodjasek commented 7 years ago

@coolo Thanks!

SPodjasek commented 7 years ago

Published in v0.0.8 to CPAN