Code cleanup

This commit is contained in:
Tatsuhiro Tsujikawa 2014-02-15 18:56:20 +09:00
parent 66832e9f4e
commit 62b73133e5
1 changed files with 0 additions and 1 deletions

View File

@ -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);