aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/http2_test/test_rst_after_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/http2_test/test_rst_after_data.py')
-rw-r--r--test/http2_test/test_rst_after_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/http2_test/test_rst_after_data.py b/test/http2_test/test_rst_after_data.py
index 30163c2ceb..f7927cbcd3 100644
--- a/test/http2_test/test_rst_after_data.py
+++ b/test/http2_test/test_rst_after_data.py
@@ -4,6 +4,7 @@ class TestcaseRstStreamAfterData(object):
"""
In response to an incoming request, this test sends headers, followed by
data, followed by a reset stream frame. Client asserts that the RPC failed.
+ Client needs to deliver the complete message to the application layer.
"""
def __init__(self):
self._base_server = http2_base_server.H2ProtocolBaseServer()