https://bz.apache.org/bugzilla/show_bug.cgi?id=58748

--- Comment #6 from Felix Schumacher <[email protected]> ---
Created attachment 33458
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33458&action=edit
A big json document to show the behaviour

I think this "big" json document shows the same distortions when used in a http
sampler as post data.

It is generated with the following python code:

import json
d={}
for j in range(50,100):
    for k in range(1,50):
        d['j'*j+'k'*k] = 'k' * j
print json.dumps(d)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to