Commit 618a1e07 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update doc

parent e278efdf
......@@ -1808,7 +1808,10 @@ int nghttp2_session_on_headers_received(nghttp2_session *session,
}
}
} else if(stream->state == NGHTTP2_STREAM_RESERVED) {
/* reserved (local) */
/* reserved (local). The valid push response HEADERS is processed
by nghttp2_session_on_push_response_headers_received(). This
generic HEADERS is called invalid cases for HEADERS against
reserved state. */
return nghttp2_session_handle_invalid_connection(session, frame,
NGHTTP2_PROTOCOL_ERROR);
} else {
......
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