mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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:
parent
c067a2b68f
commit
6aa917383f
13 changed files with 22 additions and 18 deletions
|
@ -179,7 +179,7 @@ list of errors.
|
|||
|
||||
.. exception:: RequestAborted
|
||||
|
||||
The :exc:`RequestAborted` exception is raised when a HTTP body being read
|
||||
The :exc:`RequestAborted` exception is raised when an HTTP body being read
|
||||
in by the handler is cut off midstream and the client connection closes,
|
||||
or when the client does not send data and hits a timeout where the server
|
||||
closes the connection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue