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.