Revert "Documentation update : connection keep alive"
authorKenneth Reitz <me@kennethreitz.com>
Fri, 29 Aug 2014 14:30:49 +0000 (10:30 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 29 Aug 2014 14:30:49 +0000 (10:30 -0400)
This reverts commit 1b2602344fe783c5422602ff5f7d03bf7928c0f3.

Conflicts:
docs/user/advanced.rst

docs/user/advanced.rst

index 65970daf5f97b47c431191383446c6ff69a734f7..0de6b1b17898ce4a707ecbe6f019ae5a4ddad075 100644 (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
 -----------------