Commit 30d3ea7c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Use old C style comment

parent 35229b25
...@@ -1474,8 +1474,8 @@ int nghttp2_session_send(nghttp2_session *session) ...@@ -1474,8 +1474,8 @@ int nghttp2_session_send(nghttp2_session *session)
free(item); free(item);
if(framebuflen == NGHTTP2_ERR_HEADER_COMP) { if(framebuflen == NGHTTP2_ERR_HEADER_COMP) {
// If header compression error occurred, should terminiate /* If header compression error occurred, should terminiate
// connection. connection. */
framebuflen = nghttp2_session_fail_session(session, framebuflen = nghttp2_session_fail_session(session,
NGHTTP2_INTERNAL_ERROR); NGHTTP2_INTERNAL_ERROR);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment