Commit 208abd8c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix debug output

parent 4cda09be
......@@ -2742,7 +2742,7 @@ static ssize_t nghttp2_session_mem_send_internal(nghttp2_session *session,
DEBUGF(fprintf(stderr,
"send: start transmitting frame type=%u, length=%zd\n",
framebufs->cur->buf.pos[2],
framebufs->cur->buf.pos[3],
framebufs->cur->buf.last - framebufs->cur->buf.pos));
aob->state = NGHTTP2_OB_SEND_DATA;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment