mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2025-02-17 07:11:06 +00:00
Code cleanup
This commit is contained in:
parent
66832e9f4e
commit
62b73133e5
@ -197,7 +197,6 @@ int nghttp2_submit_push_promise(nghttp2_session *session, uint8_t flags,
|
||||
free(frame);
|
||||
return rv;
|
||||
}
|
||||
/* TODO Implement header continuation */
|
||||
flags_copy = NGHTTP2_FLAG_END_PUSH_PROMISE;
|
||||
nghttp2_frame_push_promise_init(&frame->push_promise, flags_copy,
|
||||
stream_id, -1, nva_copy, nvlen);
|
||||
|
Loading…
x
Reference in New Issue
Block a user