Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Avlasov <yavlasov@google.com>
  • Loading branch information
yanavlasov committed Aug 16, 2024
1 parent e4ae6b4 commit d5320da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ understand whether a stream originated on an HTTP/1.1, HTTP/2, or HTTP/3 connect

HTTP lifecycle
--------------

Proxying of the request begins when the downstream HTTP codec has successfully decoded request header map.

The point at which the proxying completes and the stream is destroyed depends on the upstream protocol and
The point at which the proxying completes and the stream is destroyed depends on the upstream protocol and
whether the independent half close is enabled.

If independent half-close is enabled and the upstream protocol is either HTTP/2 or HTTP/3 protocols the stream
Expand Down
2 changes: 1 addition & 1 deletion docs/root/intro/life_of_a_request.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ A brief outline of the life cycle of a request and response using the example co
(2xx) status code. Otherwise the stream is destroyed when the response is complete, even if the
request has not yet completed. Post-request processing will update stats, write to the access log
and finalize trace spans.

We elaborate on each of these steps in the sections below.

1. Listener TCP accept
Expand Down

0 comments on commit d5320da

Please sign in to comment.