From 5e925f873e53218af09c3dc1d1a841fdf369bad4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 14 Oct 2018 22:57:11 +0900 Subject: [PATCH] Update doc --- src/shrpx_http2_session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shrpx_http2_session.cc b/src/shrpx_http2_session.cc index 5342a14c..63222b54 100644 --- a/src/shrpx_http2_session.cc +++ b/src/shrpx_http2_session.cc @@ -1173,7 +1173,7 @@ int on_response_headers(Http2Session *http2session, Downstream *downstream, resp.connection_close = true; } else { // Otherwise, use chunked encoding to keep upstream connection - // open. In HTTP2, we are supporsed not to receive + // open. In HTTP2, we are supposed not to receive // transfer-encoding. resp.fs.add_header_token(StringRef::from_lit("transfer-encoding"), StringRef::from_lit("chunked"), false,