Jmeter response getting truncated
Priyank (Bug 66268): HI All my response is a bit large when I am hitting the http request, I am getting this error - org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 870,478; received: 734,238)
After going in the advanced setting and changing the implementation of the request to Java, then I am able to see the response but it is being truncated, Is there any way to bypass this limit and scale up the jmeter?
(Note: I tried various things by searching online editing jmeter.properties and user.properties file and giving them 0 value, but did not help)
Please any views on this?
Created attachment jmeter.properties: jmeter.properties file attached
Severity: major OS:
Encountered "Non HTTP response code: org.apache.http.ConnectionClosedException/Non HTTP response message: Premature end of Content-Length delimited message body (expected: 102,400; received: 32,650)" when testing with 50 threads doing 100 form posts with 100KB payload on JMeter 5.6.3 (latest stable version as of today).
Did not encounter this error with smaller payloads like 10KB.
Would anyone have any advice on this?