Skip to content

Netty WebSocket decodes partial text frames #655

@slandelle

Description

@slandelle

From http://tools.ietf.org/html/rfc6455 5.6:

The "Payload data" is text data encoded as UTF-8. Note that a particular text frame might include a partial UTF-8 sequence; however, the whole message MUST contain valid UTF-8.

But Netty provider decodes every text frame data into UTF-8.
Looks like a bug to me. @jfarcand WDYT?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions