aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/http2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/http2.c b/lib/http2.c
index 9768c97da..87d4a19ec 100644
--- a/lib/http2.c
+++ b/lib/http2.c
@@ -424,9 +424,6 @@ static int on_frame_recv(nghttp2_session *session, const nghttp2_frame *frame,
DEBUGF(infof(data_s, "on_frame_recv() header %x stream %x\n",
frame->hd.type, stream_id));
- conn = data_s->easy_conn;
- assert(conn);
- assert(conn->data == data_s);
httpc = &conn->proto.httpc;
switch(frame->hd.type) {
case NGHTTP2_DATA: