"extraInfo.request.getStringData" always returns "null" if HTTP Request JSON body is short.

Hello, I’m using Gatling 2.2.2 and I have a question.

I’m using “extraInfoExtractor” to get some nice printouts from my http requests and responses and I’ve noticed that “extraInfo.request” (and of course the more specific “extraInfo.request.getStringData”) returns a null http request body every time the json body in the request is kinda short.
I get always the same behavior, and “extraInfo.response.body.string” works really fine all the time.
No problem when the request is kind of long (I can’t say from when it starts to work).
This is an example of a JSON HTTP request body that “extraInfo.request.getStringData” returns as “null” (The request succeeds):

{
“params”:{
“name”: “foo”,
“product”: “1234”,
“data”: “XCRTGSJJUUSJ”,
“otherData”: “None”
},
“jsonrpc”:“2.0”,
“method”:“myMethod.execute”,
“id”:101
}

Is it just my problem?

Thanks in advance for your help,
BR,
Luca

Any Suggestions? Should I open an Issue? :slight_smile:

Thanks