We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab3074 commit 4d8c8ceCopy full SHA for 4d8c8ce
1 file changed
libevhtp/libevhtp/include/evhtp/evhtp.h
@@ -417,6 +417,7 @@ struct evhtp_request {
417
evhtp_proto proto; /**< HTTP protocol used */
418
htp_method method; /**< HTTP method used */
419
evhtp_res status; /**< The HTTP response code or other error conditions */
420
+ size_t chunk_count; /**< number of chunks received so far */
421
#define EVHTP_REQ_FLAG_KEEPALIVE (1 << 1)
422
#define EVHTP_REQ_FLAG_FINISHED (1 << 2)
423
#define EVHTP_REQ_FLAG_CHUNKED (1 << 3)
0 commit comments