You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "shun1112 (via GitHub)" <gi...@apache.org> on 2023/02/22 12:54:51 UTC

[GitHub] [jmeter] shun1112 opened a new issue, #5779: Please Optimize the problem that jtl response Data cannot be rendered when Content-Type is empty

shun1112 opened a new issue, #5779:
URL: https://github.com/apache/jmeter/issues/5779

                   // if Content-Type is empty the jtl throw: <responseData class="java.lang.String">Non-TEXT response data, cannot record: ()</responseData>
                   //writer ResponseData when Content-Type is empty
                   if (SampleResult.TEXT.equals(res.getDataType()) **|| !res.getDataType()**){...
   
           at:   src/core/src/main/java/org/apache/jmeter/save/converters/SampleResultConverter.java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org