Missing: Encoding

Issue #24 resolved
Former user created an issue

I would be great to be able to set the encoding of the Sample.

As you can see in theattached screenshot, the sample result fields shows the DataEncoding set to windows-1252. I assume this is the system default.

This could be configurable in the WebSocket Open Connection (For all further requests) or for each sampler that do not use the existing connection.

Comments (2)

  1. Peter Doornbosch repo owner

    Configuring the encoding doesn't make sense, because the WebSocket specification mandates UTF-8, see https://tools.ietf.org/html/rfc6455#section-5.6.

    But you are right that the in your case the plugin is using the default (platform) encoding and that is wrong, it should always be UTF-8. I'll fix it.

    Thanks for reporting! If you send (mail) me your name; i'd like it to the acknowledgements list.

  2. Log in to comment