Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-05-06 18:34:48 +09:00
parent 7b7b0ebcca
commit f207089604
1 changed files with 2 additions and 2 deletions

View File

@ -2144,8 +2144,8 @@ static int nghttp2_session_after_frame_sent(nghttp2_session *session)
if(nghttp2_is_fatal(rv)) { if(nghttp2_is_fatal(rv)) {
return rv; return rv;
} }
/* If rv is not fatal, the only possible error is closed /* TODO nghttp2_submit_data() may fail if stream has already
stream, so we have nothing to do here. */ DATA frame item. We might have to handle it here. */
} }
break; break;
case NGHTTP2_HCAT_HEADERS: case NGHTTP2_HCAT_HEADERS: