Variables
generate_client_examples_of_bad_closing_streams Namespace Reference
Variables
dictionary
streams
Variable Documentation
◆
streams
dictionary
generate_client_examples_of_bad_closing_streams.streams
Initial value:
1
= {
2
'server_hanging_response_1_header'
:
3
([0, 0, 0, 4, 0, 0, 0, 0, 0] +
# settings frame
4
[0, 0, 0, 1, 5, 0, 0, 0, 1]
# trailers
5
),
6
'server_hanging_response_2_header2'
:
7
([0, 0, 0, 4, 0, 0, 0, 0, 0] +
# settings frame
8
[0, 0, 0, 1, 4, 0, 0, 0, 1] +
# headers
9
[0, 0, 0, 1, 5, 0, 0, 0, 1]
# trailers
10
),
11
}
Definition at line
21
of file
generate_client_examples_of_bad_closing_streams.py
.
grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:10