mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 19:18:53 +08:00
Rename nghttp2_headers_category members
Add NGHTTP2_HCAT_PUSH_RESPONSE
This commit is contained in:
@@ -203,7 +203,7 @@ void nghttp2_frame_headers_init(nghttp2_headers *frame,
|
||||
frame->pri = pri;
|
||||
frame->nva = nva;
|
||||
frame->nvlen = nvlen;
|
||||
frame->cat = NGHTTP2_HCAT_START_STREAM;
|
||||
frame->cat = NGHTTP2_HCAT_REQUEST;
|
||||
}
|
||||
|
||||
void nghttp2_frame_headers_free(nghttp2_headers *frame)
|
||||
|
||||
Reference in New Issue
Block a user