Use old C style comment

This commit is contained in:
Tatsuhiro Tsujikawa 2013-08-20 00:12:29 +09:00
parent 35229b250f
commit 30d3ea7c93
1 changed files with 2 additions and 2 deletions

View File

@ -1474,8 +1474,8 @@ int nghttp2_session_send(nghttp2_session *session)
free(item);
if(framebuflen == NGHTTP2_ERR_HEADER_COMP) {
// If header compression error occurred, should terminiate
// connection.
/* If header compression error occurred, should terminiate
connection. */
framebuflen = nghttp2_session_fail_session(session,
NGHTTP2_INTERNAL_ERROR);
}