mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
Add comment to category in HEADERS and reorder
This commit is contained in:
@@ -624,11 +624,14 @@ typedef struct {
|
|||||||
* The number of name/value pairs in |nva|.
|
* The number of name/value pairs in |nva|.
|
||||||
*/
|
*/
|
||||||
size_t nvlen;
|
size_t nvlen;
|
||||||
|
/**
|
||||||
|
* The category of this HEADERS frame.
|
||||||
|
*/
|
||||||
|
nghttp2_headers_category cat;
|
||||||
/**
|
/**
|
||||||
* The priority.
|
* The priority.
|
||||||
*/
|
*/
|
||||||
int32_t pri;
|
int32_t pri;
|
||||||
nghttp2_headers_category cat;
|
|
||||||
} nghttp2_headers;
|
} nghttp2_headers;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user