From e6d7d768a45646ac433daef96b82b13903996543 Mon Sep 17 00:00:00 2001 From: Enrico Galli Date: Thu, 5 Oct 2017 13:36:42 -0700 Subject: [PATCH] Disabling keep-alive since we aren't using it --- Node-DC-EIS-client/node_dc_eis_testurls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Node-DC-EIS-client/node_dc_eis_testurls.py b/Node-DC-EIS-client/node_dc_eis_testurls.py index 1db802d..f84c2cf 100644 --- a/Node-DC-EIS-client/node_dc_eis_testurls.py +++ b/Node-DC-EIS-client/node_dc_eis_testurls.py @@ -111,6 +111,7 @@ def get_url(url, url_type, request_num, phase, accept_header, http_headers): req = '''GET {} HTTP/1.1\r Host: {}\r Accept: {}\r +Connection: close\r {}\r '''.format(req_path, urlo.netloc, accept_header, ''.join(hh + '\r\n' for hh in http_headers))