Revert "Update doc"

This reverts commit 8aac5d6af2.
This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-25 21:19:38 +09:00
parent 40c1b29f36
commit 32446a5197
1 changed files with 1 additions and 3 deletions

View File

@ -191,9 +191,7 @@ void nghttp2_frame_extension_init(nghttp2_extension *frame, uint8_t type,
frame->payload = payload;
}
void nghttp2_frame_extension_free(nghttp2_extension *frame _U_) {
/* should be noop for performance reason */
}
void nghttp2_frame_extension_free(nghttp2_extension *frame _U_) {}
size_t nghttp2_frame_priority_len(uint8_t flags) {
if (flags & NGHTTP2_FLAG_PRIORITY) {