summaryrefslogtreecommitdiff
path: root/tests/servers
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-11-22 10:47:38 +0000
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-03-08 14:50:06 +0100
commita8c15481f4be93700f6e4a8f794de26744e6db20 (patch)
tree1fd9a909f28d32133b6f4b6d903411491385bb25 /tests/servers
parentd4fd31684ad5a7b9be8a9d26c5a8796f96c8d80b (diff)
downloaddjango-a8c15481f4be93700f6e4a8f794de26744e6db20.tar.gz
Rewrote some references to "master".
Following d9a266d657f66b8c4fa068408002a4e3709ee669.
Diffstat (limited to 'tests/servers')
-rw-r--r--tests/servers/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/servers/tests.py b/tests/servers/tests.py
index 6aaa8dbada..720719ff17 100644
--- a/tests/servers/tests.py
+++ b/tests/servers/tests.py
@@ -173,7 +173,7 @@ class LiveServerViews(LiveServerBase):
we can detect a content length from the response. This should be doable
for all simple views and streaming responses where an iterable with
length of one is passed. The latter follows as result of `set_content_length`
- from https://github.com/python/cpython/blob/master/Lib/wsgiref/handlers.py.
+ from https://github.com/python/cpython/blob/main/Lib/wsgiref/handlers.py.
If we cannot detect a content length we explicitly set the `Connection`
header to `close` to notify the client that we do not actually support