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-unsubscr...@jmeter.apache.org.apache.org

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

Reply via email to