https://bz.apache.org/bugzilla/show_bug.cgi?id=65503
Bug ID: 65503
Summary: HTTP Request Post with large JSON body
Product: JMeter
Version: 5.4.1
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Hi,
The following bug:
- occurs on latest JMeter version
- occurrs within a java sampler or HTTP Request (either Http client or Java)
This bug is never seen in Postman.
When i post a http req with a large JSON body - the call fails with a 400 bad
request, 1 in every ~10 times (NOTE: the larger the body size the more frequent
the rate of failure)
So when a call succeeds the sizing noted is like so:
Size in bytes: 97763
Sent bytes:69803
Headers size in bytes: 449
Body size in bytes: 97314
When the call fails the sizing shown is truncated as it were:
Size in bytes: 590
Sent bytes:69803
Headers size in bytes: 155
Body size in bytes: 435
--
You are receiving this mail because:
You are the assignee for the bug.