Skip to content

Commit

Permalink
docs: fix an inaccuracy when describing origin_request
Browse files Browse the repository at this point in the history
Stating with no qualifiers that the origin_request function
doesn't generate a response directly could be confusing, since
it actually does in some cases (like /listing files and the
/_/cookie endpoint). Make the text more truthful.
  • Loading branch information
rohanpm committed Apr 12, 2022
1 parent 921713e commit 077c002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/arch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ origin_request
the client has requested existing content, this Lambda function will
rewrite the request's URI into a valid S3 object key before returning the
request to the controller. The function itself does not request data from
S3, nor generate a response directly.
S3, nor generate a response directly in the typical case (although it does
for some edge cases).

For more information about this function's behavior, see
:ref:`function_ref`.
Expand Down

0 comments on commit 077c002

Please sign in to comment.