summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Hathaway <shane@willowrise.com>2021-05-11 09:14:26 -0600
committerShane Hathaway <shane@willowrise.com>2021-05-11 09:14:26 -0600
commitf84d0fde4daf24e7f59f8a98c593fc624b26e23f (patch)
tree17ed0b2726b0aad27df8121e6773958e76c2634c
parent22120803fed3bffc61c85c1b1acef8c2d68e620e (diff)
downloadwaitress-f84d0fde4daf24e7f59f8a98c593fc624b26e23f.tar.gz
Correct REQUEST_URI in CHANGES.txt
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d561c03..ea28100 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,9 +1,9 @@
Next Release
------------
-- Add REMOTE_URI to the WSGI environment.
+- Add REQUEST_URI to the WSGI environment.
- REMOTE_URI is similar to ``remote_uri`` in nginx. It is a string that
+ REQUEST_URI is similar to ``request_uri`` in nginx. It is a string that
contains the request path before separating the query string and
decoding ``%``-escaped characters.