Fix debug output

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-06 01:18:23 +09:00
parent 4cda09beff
commit 208abd8cc5
1 changed files with 1 additions and 1 deletions

View File

@ -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;