Revert "Documentation update : connection keep alive"

This reverts commit 1b2602344f.

Conflicts:
	docs/user/advanced.rst
This commit is contained in:
Kenneth Reitz
2014-08-29 10:30:49 -04:00
parent d22b8d8e7e
commit 1fcda912db
-4
View File
@@ -240,10 +240,6 @@ Note that connections are only released back to the pool for reuse once all body
data has been read; be sure to either set ``stream`` to ``False`` or read the
``content`` property of the ``Response`` object.
For some older servers it may be necessary to manually set the
``Connection: keep-alive`` header. This will request that the server keep the
connection open. This does not guarantee that the connection will be kept open,
and generally is not necessary.
Streaming Uploads
-----------------