|
|
@ -94,9 +94,6 @@ grpc_chttp2_parse_error grpc_chttp2_data_parser_parse( |
|
|
|
grpc_chttp2_transport_parsing *transport_parsing, |
|
|
|
grpc_chttp2_transport_parsing *transport_parsing, |
|
|
|
grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last); |
|
|
|
grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last); |
|
|
|
|
|
|
|
|
|
|
|
/* create a slice with an empty data frame and is_last set */ |
|
|
|
|
|
|
|
gpr_slice grpc_chttp2_data_frame_create_empty_close(gpr_uint32 id); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void grpc_chttp2_encode_data(gpr_uint32 id, gpr_slice_buffer *inbuf, |
|
|
|
void grpc_chttp2_encode_data(gpr_uint32 id, gpr_slice_buffer *inbuf, |
|
|
|
gpr_uint32 write_bytes, int is_eof, |
|
|
|
gpr_uint32 write_bytes, int is_eof, |
|
|
|
gpr_slice_buffer *outbuf); |
|
|
|
gpr_slice_buffer *outbuf); |
|
|
|