Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #312 from JRusbatch/master
Browse files Browse the repository at this point in the history
Preserve full URL in keep-alive script
  • Loading branch information
tombell committed Feb 22, 2012
2 parents 0671c01 + 47cae24 commit 8d5e111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/keep-alive.coffee
Expand Up @@ -16,7 +16,7 @@ ping = (url) ->
options =
host: parsedUrl.host
port: 80
path: '/'
path: parsedUrl.path
method: 'GET'

req = HTTP.request options, (res) ->
Expand Down

0 comments on commit 8d5e111

Please sign in to comment.