[Freeipa-devel] [freeipa PR#624][opened] Use connection keep-alive

tiran freeipa-github-notification at redhat.com
Mon Mar 20 07:49:28 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/624
Author: tiran
 Title: #624: Use connection keep-alive
Action: opened

PR body:
"""
Do not forcefully close the connection after every request. This enables
HTTP connection keep-alive, also known as persistent TCP and TLS/SSL
connection. Keep-alive speed up consecutive HTTP requests by 15% (for
local, low-latency network connections to a fast server) to multiple
times (high latency connections or remote peers).

pache has a default keep alive timeout of 5 seconds. That's too low for
interactive commands, e.g. password prompts. 30 seconds sounds like a
good compromise.

https://pagure.io/freeipa/issue/6641
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/624/head:pr624
git checkout pr624
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-624.patch
Type: text/x-diff
Size: 4810 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170320/02ca2499/attachment.bin>


More information about the Freeipa-devel mailing list