Commit 2c1739a2 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add comment to category in HEADERS and reorder

parent 53271e1e
......@@ -624,11 +624,14 @@ typedef struct {
* The number of name/value pairs in |nva|.
*/
size_t nvlen;
/**
* The category of this HEADERS frame.
*/
nghttp2_headers_category cat;
/**
* The priority.
*/
int32_t pri;
nghttp2_headers_category cat;
} nghttp2_headers;
/**
......
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