aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-01 15:40:21 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-01 15:40:21 -0700
commit39fa7db46b22850882d9e44c2afbf9204532957c (patch)
tree14466eac3970859b4b760f3c02cb70782f24b8f7 /src/core
parentab6307356a3558ff93f990d333100e9bb218dcdf (diff)
Remove errant assert
Diffstat (limited to 'src/core')
-rw-r--r--src/core/transport/chttp2/parsing.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/transport/chttp2/parsing.c b/src/core/transport/chttp2/parsing.c
index 8f682e9017..4664a0895c 100644
--- a/src/core/transport/chttp2/parsing.c
+++ b/src/core/transport/chttp2/parsing.c
@@ -109,9 +109,6 @@ void grpc_chttp2_publish_reads(
transport_parsing->incoming_stream_id;
}
- /* TODO(ctiller): re-implement */
- GPR_ASSERT(transport_parsing->initial_window_update == 0);
-
/* copy parsing qbuf to global qbuf */
gpr_slice_buffer_move_into(&transport_parsing->qbuf, &transport_global->qbuf);