summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcommon.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-03-04 16:59:48 -0500
committerNat Goodspeed <nat@lindenlab.com>2012-03-04 16:59:48 -0500
commitca703b2b9cd9469ad86539f2b95dbf1162b786f2 (patch)
treee0be3a637b5ff96fce361ae9e1180a536d1c95c2 /indra/llcommon/llcommon.cpp
parent75f412549242c949851938ffeac65b9e7145de5e (diff)
Make llleap_test.cpp avoid hard limit on MSVC std::ostringstream max.
In load testing, we have observed intermittent failures on Windows in which LLSDNotationStreamer into std::ostringstream seems to bump into a hard limit of 1048590 bytes. ostringstream reports that much buffered data and returns that much -- even though, on examination, the notation-serialized stream is incomplete at that point. It's our intention to load-test LLLeap and LLProcess, not the local iostream implementation; we hope that this kind of data volume is comfortably greater than actual usage. Back off the load-testing max size a bit.
Diffstat (limited to 'indra/llcommon/llcommon.cpp')
0 files changed, 0 insertions, 0 deletions