summaryrefslogtreecommitdiff
path: root/TAO/tests/GIOP_Fragments/Big_String_Sequence/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/GIOP_Fragments/Big_String_Sequence/README.md')
-rw-r--r--TAO/tests/GIOP_Fragments/Big_String_Sequence/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tests/GIOP_Fragments/Big_String_Sequence/README.md b/TAO/tests/GIOP_Fragments/Big_String_Sequence/README.md
new file mode 100644
index 00000000000..55620b45305
--- /dev/null
+++ b/TAO/tests/GIOP_Fragments/Big_String_Sequence/README.md
@@ -0,0 +1,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.