Use old C style comment
This commit is contained in:
parent
35229b250f
commit
30d3ea7c93
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue