some Methods extraInfoExtractor does not retrieve any details.

Hi,

I was trying to extract information from the request and response object while running the test. I notice some of the cases, it get the details, some are not.

.extraInfoExtractor(extraInfo => List(extraInfo.request.getUrl,
extraInfo.response.statusCode,
extraInfo.request.getStringData,
extraInfo.response.body.string))

xxx 4385057053612949322-3000 REQUEST Provision_StandAlone 1429074446363 1429074446594 1429074452566 1429074452566 OK http://xxx:8080/xxx/xxx Some(200) {“xx”:“xxxx”,“xx”:“xx”,“xx”:“xx”,“xx”:“xx”,“xx”:“x”} {“gg”:“gg”,“gg”:“gg”,“gg”:“gg”,“gg”:“gg”,“gg”:“gg”,“gg”:“gg”,“gg”:[“gg”]}

zzzz 4385057053612949322-6000 REQUEST zz 1429074446363 1429074446596 1429074452831 1429074452831 OK
yyy 4385057053612949322-4800 REQUEST yy 1429074446363 1429074446595 1429074453072 1429074453072 OK

Some are GET and POST method,

Why the extraInfoExtractor behavior different? Anyone has faced this before?

gatling version-

2.0.0

Regards,
Kenny

http://gatling.io/docs/2.1.5/http/http_protocol.html#response-chunks-discarding

Oh, gatling discard response by default.

Thanks.

I actually