Skip to content

Commit

Permalink
Merge pull request #63 from uttampawar/master
Browse files Browse the repository at this point in the history
Socket call has default setting of 'keepalive' causing socket connection error

Closes #61
  • Loading branch information
egalli authored Sep 28, 2017
2 parents d310600 + 97192d9 commit 311a9c1
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 @@ -112,6 +112,7 @@ def get_url(url, url_type, request_num, log, phase, accept_header):
Host: {}
User-Agent: runspec/0.9
Accept: {}
Connection: close
'''.format(req_path, urlo.netloc, accept_header)

Expand Down

0 comments on commit 311a9c1

Please sign in to comment.