(void)flags;
(void)data;
DEBUGF(infof(conn->data, "on_data_chunk_recv() "
- "len = %u, stream = %x\n", len, stream_id));
+ "len = %u, stream %x\n", len, stream_id));
DEBUGASSERT(stream_id); /* should never be a zero stream ID here */
function. */
stream->closed = FALSE;
if(stream->error_code != NGHTTP2_NO_ERROR) {
- failf(data, "HTTP/2 stream = %x was not closed cleanly: error_code = %d",
+ failf(data, "HTTP/2 stream %x was not closed cleanly: error_code = %d",
stream->stream_id, stream->error_code);
*err = CURLE_HTTP2;
return -1;