[Groonga-commit] droonga/droonga-client-ruby at c2ae4c2 [master] Return the base path by default

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 15:51:45 JST 2014


YUKI Hiroshi	2014-01-20 15:51:45 +0900 (Mon, 20 Jan 2014)

  New Revision: c2ae4c2cb519ec3e0ce54c8d49a1fe973769fbd4
  https://github.com/droonga/droonga-client-ruby/commit/c2ae4c2cb519ec3e0ce54c8d49a1fe973769fbd4

  Message:
    Return the base path by default

  Modified files:
    lib/droonga/client/connection/http.rb

  Modified: lib/droonga/client/connection/http.rb (+2 -0)
===================================================================
--- lib/droonga/client/connection/http.rb    2014-01-20 15:43:12 +0900 (08977fd)
+++ lib/droonga/client/connection/http.rb    2014-01-20 15:51:45 +0900 (af1f61b)
@@ -157,6 +157,8 @@ module Droonga
             base_path
           elsif message["method"] == "GET"
             "#{base_path}?#{Rack::Utils.build_nested_query(body)}"
+          else
+            base_path
           end
         end
 
-------------- next part --------------
HTML����������������������������...
Download 



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