mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
Backport of 69b0736fad from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
c067a2b68f
commit
6aa917383f
@@ -173,7 +173,7 @@ class LiveServerViews(LiveServerBase):
|
||||
|
||||
def test_closes_connection_without_content_length(self):
|
||||
"""
|
||||
A HTTP 1.1 server is supposed to support keep-alive. Since our
|
||||
An HTTP 1.1 server is supposed to support keep-alive. Since our
|
||||
development server is rather simple we support it only in cases where
|
||||
we can detect a content length from the response. This should be doable
|
||||
for all simple views and streaming responses where an iterable with
|
||||
|
||||
Reference in New Issue
Block a user