Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Disabling keep-alive since we aren't using it
Browse files Browse the repository at this point in the history
  • Loading branch information
egalli committed Oct 5, 2017
1 parent 61adf0d commit e6d7d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Node-DC-EIS-client/node_dc_eis_testurls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e6d7d76

Please sign in to comment.