https://bz.apache.org/bugzilla/show_bug.cgi?id=54434
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #5 from Sebb <[email protected]> --- OK, I see now. A BytesMessage is a stream of uninterpreted bytes; it is up to the sender and receiver to agree on what the interpretation is. There's no way that JMeter can know this. JMeter currently does not attempt to store the response. It could just store the raw bytes as a binary response, but the data would not be stored in any log file (only text responses are stored). You would need to provide a Post-Processor or Listener to handle the data. -- You are receiving this mail because: You are the assignee for the bug.
