[Groonga-commit] droonga/droonga-engine at 096895d [master] Download catalog.json correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jul 16 19:40:47 JST 2014


YUKI Hiroshi	2014-07-16 19:40:47 +0900 (Wed, 16 Jul 2014)

  New Revision: 096895d8dabdd000adc98c99da836572c39d84c4
  https://github.com/droonga/droonga-engine/commit/096895d8dabdd000adc98c99da836572c39d84c4

  Message:
    Download catalog.json correctly

  Modified files:
    lib/droonga/command/serf_event_handler.rb

  Modified: lib/droonga/command/serf_event_handler.rb (+1 -1)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-07-16 18:48:49 +0900 (abb823f)
+++ lib/droonga/command/serf_event_handler.rb    2014-07-16 19:40:47 +0900 (82a7539)
@@ -175,7 +175,7 @@ module Droonga
                         "node" => source_node,
                         "port" => port)
 
-        url = "http://#{source_host}:#{port}/"
+        url = "http://#{source_host}:#{port}/catalog.json"
         connection = Faraday.new(url) do |builder|
           builder.response(:follow_redirects)
           builder.adapter(Faraday.default_adapter)
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index