parent
40c1b29f36
commit
32446a5197
|
@ -191,9 +191,7 @@ void nghttp2_frame_extension_init(nghttp2_extension *frame, uint8_t type,
|
||||||
frame->payload = payload;
|
frame->payload = payload;
|
||||||
}
|
}
|
||||||
|
|
||||||
void nghttp2_frame_extension_free(nghttp2_extension *frame _U_) {
|
void nghttp2_frame_extension_free(nghttp2_extension *frame _U_) {}
|
||||||
/* should be noop for performance reason */
|
|
||||||
}
|
|
||||||
|
|
||||||
size_t nghttp2_frame_priority_len(uint8_t flags) {
|
size_t nghttp2_frame_priority_len(uint8_t flags) {
|
||||||
if (flags & NGHTTP2_FLAG_PRIORITY) {
|
if (flags & NGHTTP2_FLAG_PRIORITY) {
|
||||||
|
|
Loading…
Reference in New Issue