From 19146211d7bebb0ee016535c5a5be18c7ff4c4b4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 20 Dec 2015 13:20:21 +0900 Subject: [PATCH] Update doc --- lib/nghttp2_session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_session.c b/lib/nghttp2_session.c index 97cc2553..04a24a14 100644 --- a/lib/nghttp2_session.c +++ b/lib/nghttp2_session.c @@ -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 sent RST_STREAM to this stream and peer have not received it. 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. */ if (frame->hd.stream_id == 0 || nghttp2_session_is_my_stream_id(session, frame->hd.stream_id)) {