From 062d6a8398c44e72226f3315c7651df3d13e648f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 12 May 2014 22:53:53 +0900 Subject: [PATCH] Remove outdated comment --- lib/nghttp2_hd.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/nghttp2_hd.h b/lib/nghttp2_hd.h index aca0ee61..12337c50 100644 --- a/lib/nghttp2_hd.h +++ b/lib/nghttp2_hd.h @@ -275,10 +275,6 @@ int nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater, * * After this function returns, it is safe to delete the |nva|. * - * TODO: The rest of the code call nghttp2_hd_end_headers() after this - * call, but it is just a regacy of the first implementation. Now it - * is not required to be called as of now. - * * This function returns 0 if it succeeds, or one of the following * negative error codes: *