#85 连接层与HTTP解析层Warning已消除。

This commit is contained in:
Lu Qiuwen
2018-11-22 16:27:51 +08:00
parent fbff32673f
commit 86884e807a
8 changed files with 38 additions and 98 deletions

View File

@@ -192,6 +192,8 @@ int hf_content_compress_write(struct hf_content_compress * cv_object,
} while (z->avail_in > 0);
assert(end == 0 || ret == Z_STREAM_END);
(void)ret;
return evbuffer_commit_space(out_ev_buf, v, iov_count);
}