Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / GIOP_Fragments / Big_String_Sequence / README.md
blob55620b45305f0b4fb677c3ec94df1fefc648101f
1 # TAO GIOP Fragmentation Bug
2 ## Reproduces a bug when GIOP fragmentation is used 
4 The server returns a string sequence with two elements, the first is a
5 long 4kB string with repeating character 'A', the second element is
6 the string "Hello World". If one removes the command line parameters
7 `-ORBMaxMessageSize 1024` from `run_test.pl` everything
8 works as expected, but with these settings, which cause GIOP
9 fragmentation, the client receives an empty string as the second
10 element of the sequence.