Skip to content
Snippets Groups Projects
Commit be5a4ebb authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix merge error

parent abb2e3dc
No related branches found
No related tags found
No related merge requests found
...@@ -284,9 +284,6 @@ struct grpc_chttp2_transport_parsing { ...@@ -284,9 +284,6 @@ struct grpc_chttp2_transport_parsing {
gpr_slice goaway_text; gpr_slice goaway_text;
gpr_int64 outgoing_window; gpr_int64 outgoing_window;
/** pings awaiting responses */
grpc_chttp2_outstanding_ping pings;
}; };
struct grpc_chttp2_transport { struct grpc_chttp2_transport {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment