Update doc
This commit is contained in:
parent
9f0083309e
commit
19146211d7
|
@ -3437,7 +3437,7 @@ int nghttp2_session_on_request_headers_received(nghttp2_session *session,
|
||||||
PROTOCOL_ERROR. But we could get trailer HEADERS after we have
|
PROTOCOL_ERROR. But we could get trailer HEADERS after we have
|
||||||
sent RST_STREAM to this stream and peer have not received it.
|
sent RST_STREAM to this stream and peer have not received it.
|
||||||
Then connection error is too harsh. It means that we only use
|
Then connection error is too harsh. It means that we only use
|
||||||
connection error if stream ID refers idle stream. OTherwise we
|
connection error if stream ID refers idle stream. Therwise we
|
||||||
just ignore HEADERS for now. */
|
just ignore HEADERS for now. */
|
||||||
if (frame->hd.stream_id == 0 ||
|
if (frame->hd.stream_id == 0 ||
|
||||||
nghttp2_session_is_my_stream_id(session, frame->hd.stream_id)) {
|
nghttp2_session_is_my_stream_id(session, frame->hd.stream_id)) {
|
||||||
|
|
Loading…
Reference in New Issue