Add back the missing right bracket (#197)
This commit is contained in:
parent
96d2e59aa4
commit
08a96a3151
|
@ -476,8 +476,8 @@ on how this would normally be used.)
|
|||
If the iterable returned by the application has a ``close()`` method,
|
||||
the server or gateway **must** call that method upon completion of the
|
||||
current request, whether the request was completed normally, or
|
||||
terminated early due to an error. (This is to support resource release
|
||||
by the application. This protocol is intended to complement PEP 325's
|
||||
terminated early due to an error (this is to support resource release
|
||||
by the application). This protocol is intended to complement PEP 325's
|
||||
generator support, and other common iterables with ``close()`` methods.
|
||||
|
||||
(Note: the application **must** invoke the ``start_response()``
|
||||
|
|
Loading…
Reference in New Issue