summaryrefslogtreecommitdiff
path: root/TAO/tests/GIOP_Fragments/Big_String_Sequence/README.md
blob: 55620b45305f0b4fb677c3ec94df1fefc648101f (plain)
1
2
3
4
5
6
7
8
9
10
# TAO GIOP Fragmentation Bug
## Reproduces a bug when GIOP fragmentation is used 

The server returns a string sequence with two elements, the first is a
long 4kB string with repeating character 'A', the second element is
the string "Hello World". If one removes the command line parameters
`-ORBMaxMessageSize 1024` from `run_test.pl` everything
works as expected, but with these settings, which cause GIOP
fragmentation, the client receives an empty string as the second
element of the sequence.