big binary data in response

Issue #11 resolved
Andrew created an issue

I found some strange bug: if response from server contain some big binary data, WebSocket request-response Sampler return different response data.

Here is details of my test. I have two slightly different requests, but they return same big binary data. In that case WebSocket request-response Sampler show me two different responses. For example:

request 1: Assertion failure message: Response expected to contain 0x00 0x28 0x80 0x03 0x00 0x00 Response was: 0x32 0x31 0x37 0x30 0x12 0x03 0x12 0x01 0x31 0x20 0x01 0x1a ...

request 2: Assertion failure message: Response expected to contain 0x00 0x28 0x80 0x03 0x00 0x00 Response was: 0x03 0x12 0x01 0x32 0x20 0x01 0x20 0x01 0x2a 0x00 0x2a 0x00 ...

Can you somehow detect and fix this bug?

Comments (2)

  1. Log in to comment