public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/Bertg/god.git
use GET instead of HEAD
mojombo (author)
Fri Jan 04 14:27:44 -0800 2008
commit  560fd54a563bba6fbf0a4738b6fa033fd24f12a9
tree    05b8cb39bbce5597567394415edc09999e96acc9
parent  0c3bcca5194248b9092d8187fcd4a8727ca5f520
...
108
109
110
111
 
112
113
114
...
108
109
110
 
111
112
113
114
0
@@ -108,7 +108,7 @@ module God
0
         
0
         Net::HTTP.start(self.host, self.port) do |http|
0
           http.read_timeout = self.timeout
0
- response = http.head(self.path)
0
+ response = http.get(self.path)
0
         end
0
         
0
         actual_response_code = response.code.to_i

Comments

    No one has commented yet.