Azolo / websockex

An Elixir Websocket Client
MIT License
515 stars 97 forks source link

Remove outgoing valid UTF8 check #50

Open Azolo opened 6 years ago

Azolo commented 6 years ago

Another suggestion from @idi-ot on elixirforum.com.

In essence the spec says that it has to be valid UTF8, but only says to close the connection when receiving invalid UTF8 text.

Conclusion: It doesn't say I need to check to make sure I send valid UTF8 text.